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 fc846bb commit 755f6c3Copy full SHA for 755f6c3
entrypoint.sh
@@ -53,7 +53,7 @@ if [ "$INPUT_PUSH" == "true" ]; then
53
echo "Pushing to branch..."
54
remote_repo="https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${REPOSITORY}.git"
55
git pull ${remote_repo} ${INPUT_BRANCH}
56
- git push "${remote_repo}" HEAD:${INPUT_BRANCH} --follow-tags --tags
+ git push "${remote_repo}" HEAD:${INPUT_BRANCH} --tags
57
else
58
echo "Not pushing"
59
fi
0 commit comments