10
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Continuous Integration / container (push) Failing after 0s
				
			
		
			
				
	
				Continuous Integration / Docker Tests (push) Failing after 1s
				
			
		
			
				
	
				Continuous Integration / GitHub Actions Test (push) Failing after 1s
				
			
		
			
				
	
				Lint Codebase / Lint Codebase (push) Failing after 2s
				
			
		
			
				
	
				/ A job to say hello (push) Failing after 1s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Continuous Integration / container (push) Failing after 0s
				
			Continuous Integration / Docker Tests (push) Failing after 1s
				
			Continuous Integration / GitHub Actions Test (push) Failing after 1s
				
			Lint Codebase / Lint Codebase (push) Failing after 2s
				
			/ A job to say hello (push) Failing after 1s
				
			This commit is contained in:
		@@ -4,9 +4,9 @@
 | 
				
			|||||||
GREETING="Hello, $INPUT_WHO_TO_GREET!"
 | 
					GREETING="Hello, $INPUT_WHO_TO_GREET!"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Use workflow commands to do things like set debug messages
 | 
					# Use workflow commands to do things like set debug messages
 | 
				
			||||||
echo "::notice file=entrypoint.sh,line=7::$GREETING"
 | 
					echo "$GREETING"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Write outputs to the $GITHUB_OUTPUT file
 | 
					# Write outputs to the $GITHUB_OUTPUT file
 | 
				
			||||||
echo "time=$(date)" >>"$GITHUB_OUTPUT"
 | 
					echo "time=$(date)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit 0
 | 
					exit 0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user