mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Log input params beforehand
This commit is contained in:
parent
eecee2898e
commit
69d0349561
@ -1,4 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "${INPUT_COMMIT_MESSAGE}"
|
||||
echo "${INPUT_COMMIT_OPTIONS}"
|
||||
echo "${INPUT_BRANCH}"
|
||||
echo "${INPUT_FILE_PATTERN}"
|
||||
|
||||
set -eu
|
||||
|
||||
# Set up .netrc file with GitHub credentials
|
||||
|
Loading…
Reference in New Issue
Block a user