mirror of
				https://github.com/yeslayla/build-godot-action.git
				synced 2025-11-04 16:23:04 +01:00 
			
		
		
		
	Update test
Update test Update test Update test Update test
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/test_action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test_action.yml
									
									
									
									
										vendored
									
									
								
							@ -8,12 +8,8 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Checkout
 | 
			
		||||
      uses: actions/checkout@v1
 | 
			
		||||
    - name: Extract branch name
 | 
			
		||||
      shell: bash
 | 
			
		||||
      run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
 | 
			
		||||
      id: extract_branch
 | 
			
		||||
    - name: Run Action
 | 
			
		||||
      uses: josephbmanley/build-godot-actions@${{ steps.extract_branch.outputs.branch }}
 | 
			
		||||
      uses: ./
 | 
			
		||||
      with:
 | 
			
		||||
        name: test_project
 | 
			
		||||
        preset: linux
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user