mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
commit
ece5884654
|
@ -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…
Reference in New Issue
Block a user