From e160d9760c090c747300f56e6b2be010bc1e2273 Mon Sep 17 00:00:00 2001 From: tangoyankee Date: Tue, 18 Jun 2024 17:33:14 -0400 Subject: [PATCH] checkout working ref --- .github/workflows/staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index ae54774b..ff1e83e3 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: 'main' + ref: '276/deploy-to-staging' - name: Setup node uses: actions/setup-node@v4 with: