mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Update sync-helpz actions to fix errors
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
a4911bddf7
commit
ba15395a5c
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
echo "NEW_COMMIT_SHORT=$NEW_COMMIT_SHORT" >> $GITHUB_ENV
|
||||
echo -n "Update submodules to tuna/mirrorz-help-ng@$NEW_COMMIT" > /tmp/pr_msg
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
title: 'helpz: sync mirrorz-help-ng@${{ env.NEW_COMMIT_SHORT }}'
|
||||
commit-message: 'helpz: sync tuna/mirrorz-help-ng@${{ env.NEW_COMMIT_SHORT }}'
|
||||
|
|
|
|||
Loading…
Reference in New Issue