We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420dd67 commit 1b22511Copy full SHA for 1b22511
1 file changed
.github/workflows/ci.yml
@@ -101,9 +101,10 @@ jobs:
101
- name: Create Pull Request
102
uses: peter-evans/create-pull-request@v7
103
with:
104
- token: ${{ secrets.MINIO_ACCESS_KEY }}
+ 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>
108
branch: ci/ixion-${{ steps.export-csv.outputs.version }}
109
base: master
110
title: "ci: ver ${{ steps.export-csv.outputs.version }}"
0 commit comments