We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19379b4 commit cfd6ac4Copy full SHA for cfd6ac4
tests/git-auto-commit.bats
@@ -21,7 +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
+ export INPUT_GIT_TAG_ONLY=false
25
export INPUT_REPOSITORY="${FAKE_LOCAL_REPOSITORY}"
26
export INPUT_COMMIT_MESSAGE="Commit Message"
27
export INPUT_BRANCH="${FAKE_DEFAULT_BRANCH}"
0 commit comments