Skip to content

Commit

Permalink
Update sync_mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2000 committed Jul 21, 2023
1 parent 140ccd8 commit 7c151a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync_mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Get commit info
run: |
MSG=$(git log -1 --pretty=%B)
echo "COMMIT_MSG=SYNC: $MSG (https://github.com/Ark2000/PankuConsole/commit/$GITHUB_SHA)" >> $GITHUB_ENV
LINK=https://github.com/Ark2000/PankuConsole/commit/
echo "SYNC: $MSG (LINK$GITHUB_SHA)" >> ../COMMIT_MSG
- name: Extract archive
uses: actions/checkout@v2
Expand All @@ -47,7 +48,7 @@ jobs:
git config user.name k2kra
git config user.email [email protected]
git add .
git commit -m "$ENV_COMMIT_MSG"
git commit -m "$(cat ../COMMIT_MSG))"
git push
echo "git push output: $?"

0 comments on commit 7c151a4

Please sign in to comment.