mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
Delete trailing parenthesis
This commit is contained in:
parent
637125d225
commit
807f8fa4f7
|
@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR"
|
||||||
cd "$CLONE_DIR"
|
cd "$CLONE_DIR"
|
||||||
|
|
||||||
git add .
|
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
|
git push origin master
|
||||||
|
|
Loading…
Reference in New Issue
Block a user