From d8a6e5beda67199e087ab1c9bd07f2809b586d05 Mon Sep 17 00:00:00 2001 From: wass Date: Sun, 21 Apr 2024 10:18:17 +0200 Subject: [PATCH] fix missing ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9fe0a06..f83477b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: MicroWebStacks/astro_action + uses: MicroWebStacks/astro_action@main with: path: ./website out: ./cache/web