Skip to content

Commit

Permalink
update order of checkout vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Feb 9, 2024
1 parent 5a58ab4 commit 973804d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

- uses: actions/checkout@v3
with:
ref: catalog-dashboard # TODO: update to prod when happy
fetch-depth: 0
set-safe-directory: '*'d
ref: catalog-dashboard # TODO: update to prod when happy

- name: install validator
run: |
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:

- uses: actions/checkout@v3
with:
ref: catalog-dashboard # TODO: update to prod when happy
fetch-depth: 0
set-safe-directory: '*'
ref: catalog-dashboard # TODO: update to prod when happy

- uses: quarto-dev/quarto-actions/setup@v2
with:
Expand Down

0 comments on commit 973804d

Please sign in to comment.