mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix unsecure command usage in GH Action
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -27,9 +27,8 @@ jobs: | ||||
|         with: | ||||
|             node-version: '12' | ||||
|       - run: node ./node-red/.github/scripts/update-node-red-docker.js | ||||
|         with: | ||||
|           env: | ||||
|               ACTIONS_ALLOW_UNSECURE_COMMANDS: true | ||||
|         env: | ||||
|           ACTIONS_ALLOW_UNSECURE_COMMANDS: true | ||||
|       - name: Create Docker Pull Request | ||||
|         uses: peter-evans/create-pull-request@v2 | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user