From ba15395a5cb042eb8a9e6c33d2d9192bb8a57d53 Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Tue, 12 Mar 2024 19:57:28 +0800 Subject: [PATCH] Update sync-helpz actions to fix errors Signed-off-by: Shengqi Chen --- .github/workflows/sync-helpz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-helpz.yml b/.github/workflows/sync-helpz.yml index a58281b36..dc4ea7c32 100644 --- a/.github/workflows/sync-helpz.yml +++ b/.github/workflows/sync-helpz.yml @@ -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 }}'