From 760869de66fa794169df87fe59fc947239981b04 Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Fri, 12 Apr 2024 09:20:32 +0200 Subject: [PATCH] Update deploy_preview.yml --- .github/workflows/deploy_preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 04362f77..0e694320 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -11,7 +11,7 @@ permissions: jobs: deploy: name: Build and deploy - uses: primer/.github/.github/workflows/deploy_preview.yml@v1 + uses: primer/.github/.github/workflows/deploy_preview.yml@v1.0.0 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: