Merge pull request #2 from eibanez/master

Delete trailing parenthesis
This commit is contained in:
Carles Pina Estany
2020-07-29 10:02:31 +02:00
committed by GitHub

View File

@@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR"
cd "$CLONE_DIR"
git add .
git commit --message "Update from 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