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
1 changed files with 6 additions and 0 deletions

View File

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