Skip to content

Commit 507a2c0

Browse files
authored
Update update_version.yml
1 parent 0fa0d92 commit 507a2c0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/update_version.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
paths:
55
- 'Pagetual/items_all.json'
66
- 'Pagetual/pagetualRules.json'
7+
workflow_run:
8+
workflows: ["Collect wedata for pagetual"]
9+
types:
10+
- completed
711

812
jobs:
913
update_version:
@@ -29,4 +33,4 @@ jobs:
2933
git config --local user.name "hoothin-update"
3034
git add Pagetual/version
3135
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

Comments
 (0)