We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e100d commit 19379b4Copy full SHA for 19379b4
tests/git-auto-commit.bats
@@ -21,6 +21,7 @@ setup() {
21
export FAKE_DEFAULT_BRANCH=$(git config init.defaultBranch)
22
23
# Set default INPUT variables used by the GitHub Action
24
+ export INPUT_GIT_TAG_ONLY=true
25
export INPUT_REPOSITORY="${FAKE_LOCAL_REPOSITORY}"
26
export INPUT_COMMIT_MESSAGE="Commit Message"
27
export INPUT_BRANCH="${FAKE_DEFAULT_BRANCH}"
0 commit comments