1
0
mirror of https://github.com/stefanzweifel/git-auto-commit-action.git synced 2026-02-02 16:47:19 +08:00

Log input params beforehand

This commit is contained in:
Gömöri Zsolt
2019-11-01 10:10:52 +01:00
parent eecee2898e
commit 69d0349561

View File

@@ -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