mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2026-01-10 21:41:42 -07:00
Simplifies commit message
This commit is contained in:
@@ -25,5 +25,5 @@ cp -r "$FOLDER"/* "$CLONE_DIR"
|
|||||||
cd "$CLONE_DIR"
|
cd "$CLONE_DIR"
|
||||||
|
|
||||||
git add .
|
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
|
git push origin master
|
||||||
|
|||||||
Reference in New Issue
Block a user