We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c93e9a commit e234e31Copy full SHA for e234e31
.github/workflows/update.yml
@@ -56,6 +56,8 @@ jobs:
56
runs-on: ubuntu-latest
57
steps:
58
- uses: actions/checkout@v4
59
+ with:
60
+ ref: ${{ github.ref_name }}
61
- name: Duel Monsters cards do not contain Rush Duel cards (naïve check)
62
run: |
63
! grep RD/ -R wikitext/Duel_Monsters_cards --include='*.yaml'
0 commit comments