Skip to content

Commit e234e31

Browse files
committed
Fix validate workflow not checking the current commit
Same issue as DawnbrandBots/yaml-yugi-limit-regulation@44e9297
1 parent 8c93e9a commit e234e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v4
59+
with:
60+
ref: ${{ github.ref_name }}
5961
- name: Duel Monsters cards do not contain Rush Duel cards (naïve check)
6062
run: |
6163
! grep RD/ -R wikitext/Duel_Monsters_cards --include='*.yaml'

0 commit comments

Comments
 (0)