mirror of
				https://github.com/acmesh-official/acme.sh
				synced 2025-11-04 13:55:56 +08:00 
			
		
		
		
	fix warning
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/dockerhub.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/dockerhub.yml
									
									
									
									
										vendored
									
									
								
							@@ -28,9 +28,9 @@ jobs:
 | 
			
		||||
        id: step_one
 | 
			
		||||
        run: |
 | 
			
		||||
          if [ "$DOCKER_PASSWORD" ] ; then
 | 
			
		||||
            echo "::set-output name=hasToken::true"
 | 
			
		||||
            echo "hasToken=true" >>$GITHUB_OUTPUT
 | 
			
		||||
          else
 | 
			
		||||
            echo "::set-output name=hasToken::false"
 | 
			
		||||
            echo "hasToken=false" >>$GITHUB_OUTPUT
 | 
			
		||||
          fi
 | 
			
		||||
      - name: Check the value
 | 
			
		||||
        run: echo ${{ steps.step_one.outputs.hasToken }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user