We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b22511 commit fec3fd1Copy full SHA for fec3fd1
1 file changed
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Create Pull Request
102
uses: peter-evans/create-pull-request@v7
103
with:
104
- token: ${{ secrets.WORKER_ACCESS_KEY }}
+ branch-token: ${{ secrets.WORKER_ACCESS_KEY }}
105
path: ffxiv-datamining-cn
106
commit-message: "ver ${{ steps.export-csv.outputs.version }}"
107
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
0 commit comments