Skip to content

Commit

Permalink
CI lost arg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Mar 23, 2020
1 parent 93b0416 commit fd887dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitPushIfChanges.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if git diff-index --quiet HEAD --; then
else
echo "have changes"

git commit -m "Update versions"
git commit -m "Update versions" -a
remote_repo="https://${GITHUB_ACTOR}:$2}@github.com/${GITHUB_REPOSITORY}.git"
git push "${remote_repo}" HEAD:master
fi

0 comments on commit fd887dd

Please sign in to comment.