Update update-os.yml
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/update-os.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,8 @@ jobs: | |||||||
|     permissions: |     permissions: | ||||||
|       contents: write |       contents: write | ||||||
|     env: |     env: | ||||||
|       CURRENT_DATE: ${{ steps.set_date.outputs.date }} |      CURRENT_DATE: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.date ? github.event.inputs.date : (env.DATE_OVERRIDE ? env.DATE_OVERRIDE : '') }} | ||||||
|  |  | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Set Date |       - name: Set Date | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user