Skip to content

Commit

Permalink
Fix typo in path to action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Sep 27, 2023
1 parent 45c8c17 commit 94cdc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/limit-regulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
run: python ../../../src/limit-regulation/masterduel-extract-transform.py ../../../../yaml-yugipedia/wikitext/master-duel-limit-regulation
- working-directory: yaml-yugi
run: yarn transform-md /tmp/cards.json
- uses: ./.github/actions/commit-push
- uses: ./yaml-yugi/.github/actions/commit-push
with:
message: "Transform Master Duel Forbidden & Limited Lists: ${{ github.run_number }} (${{ github.run_id }})"

0 comments on commit 94cdc25

Please sign in to comment.