Simplifies commit message

This commit is contained in:
cpina 2020-03-29 21:02:21 +02:00
parent 57ac4a1864
commit 01ab9dd0b3

View File

@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR"
cd "$CLONE_DIR"
git add .
git commit --message "Update from $GITHUB_REPOSITORY $GITHUB_REF ($GITHUB_SHA , https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
git commit --message "Update from https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA)"
git push origin master