mirror of https://github.com/kubernetes/kops.git
				
				
				
			Update workflow names and quoting style
This commit is contained in:
		
							parent
							
								
									50ca8b3f4d
								
							
						
					
					
						commit
						1ed829e0cf
					
				|  | @ -1,4 +1,4 @@ | |||
| name: 'Dependency Review' | ||||
| name: 'Review Dependencies' | ||||
| 
 | ||||
| on: | ||||
|   pull_request: | ||||
|  | @ -14,5 +14,5 @@ jobs: | |||
|     steps: | ||||
|       - name: 'Checkout Repository' | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: 'Dependency Review' | ||||
|       - name: 'Review Dependencies' | ||||
|         uses: actions/dependency-review-action@v2 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| name: tag-release | ||||
| name: 'Tag Release' | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|  |  | |||
|  | @ -1,8 +1,9 @@ | |||
| name: "update-deps" | ||||
| name: 'Update Dependencies' | ||||
| 
 | ||||
| on: | ||||
|   workflow_dispatch: | ||||
|   schedule: | ||||
|     - cron: "0 6 * * 5" | ||||
|     - cron: '0 6 * * 5' | ||||
| 
 | ||||
| env: | ||||
|   GOPROXY: https://proxy.golang.org | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue