[action] try multiline runs
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build-sporq (push) Successful in 2m41s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build-sporq (push) Successful in 2m41s
				
			This commit is contained in:
		| @@ -9,17 +9,18 @@ jobs: | |||||||
|       image: ghcr.io/qmk/qmk_base_container:latest@sha256:d27f995fd142681b273d95dc150d3a3683b6b1884b4c46f70c00a1a991d0e11e |       image: ghcr.io/qmk/qmk_base_container:latest@sha256:d27f995fd142681b273d95dc150d3a3683b6b1884b4c46f70c00a1a991d0e11e | ||||||
|     steps: |     steps: | ||||||
|       - name: Setup Node |       - name: Setup Node | ||||||
|         run: apt update; apt install nodejs --yes --no-install-recommends |         run: | | ||||||
|  |           apt-get update | ||||||
|       - name: Install QMK |           apt-get install nodejs --yes --no-install-recommends | ||||||
|         run: python3 -m pip install --user qmk |  | ||||||
|  |  | ||||||
|       - name: Add Python install dir to PATH |  | ||||||
|         run: echo "${HOME}/.local/bin" >> $GITHUB_PATH |  | ||||||
|  |  | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|  |  | ||||||
|  |       - name: Install QMK | ||||||
|  |         run: | | ||||||
|  |           python3 -m pip install --user qmk | ||||||
|  |           echo "${HOME}/.local/bin" >> $GITHUB_PATH | ||||||
|  |  | ||||||
|       - name: Set up QMK |       - name: Set up QMK | ||||||
|         run: qmk setup --yes |         run: qmk setup --yes | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user