Log input params beforehand
This commit is contained in:
		
							parent
							
								
									eecee2898e
								
							
						
					
					
						commit
						69d0349561
					
				@ -1,4 +1,10 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					echo "${INPUT_COMMIT_MESSAGE}"
 | 
				
			||||||
 | 
					echo "${INPUT_COMMIT_OPTIONS}"
 | 
				
			||||||
 | 
					echo "${INPUT_BRANCH}"
 | 
				
			||||||
 | 
					echo "${INPUT_FILE_PATTERN}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -eu
 | 
					set -eu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set up .netrc file with GitHub credentials
 | 
					# Set up .netrc file with GitHub credentials
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user