mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-08-31 22:25:47 -06: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"
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user