From 973804d01de10a594f5421b217f0c2c253fc3b6d Mon Sep 17 00:00:00 2001 From: Zwart Date: Thu, 8 Feb 2024 16:37:00 -0800 Subject: [PATCH] update order of checkout vars --- .github/workflows/combined.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/combined.yaml b/.github/workflows/combined.yaml index dadc2068da..872e99e8b0 100644 --- a/.github/workflows/combined.yaml +++ b/.github/workflows/combined.yaml @@ -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: | @@ -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: