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 }}'