Skip to content

Commit

Permalink
Change checkout for generate master-slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Mar 22, 2024
1 parent 0bc9b63 commit 45bf3a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master-slugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
submodules: "recursive"
ref: "main/tests"
path: "tests"
- name: Setup Python
uses: actions/setup-python@v5
id: setup_python
Expand Down

0 comments on commit 45bf3a1

Please sign in to comment.