We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa0d92 commit 507a2c0Copy full SHA for 507a2c0
1 file changed
.github/workflows/update_version.yml
@@ -4,6 +4,10 @@ on:
4
paths:
5
- 'Pagetual/items_all.json'
6
- 'Pagetual/pagetualRules.json'
7
+ workflow_run:
8
+ workflows: ["Collect wedata for pagetual"]
9
+ types:
10
+ - completed
11
12
jobs:
13
update_version:
@@ -29,4 +33,4 @@ jobs:
29
33
git config --local user.name "hoothin-update"
30
34
git add Pagetual/version
31
35
git commit -m "Update version of Pagetual rules to ${{ steps.increment_version.outputs.version }}"
32
- git push https://${{ secrets.ACTION_SECRET }}@github.com/${{ github.repository }}
36
+ git push https://${{ secrets.ACTION_SECRET }}@github.com/${{ github.repository }}
0 commit comments