From 0796a150192218aaba7aefc8ad5022747357c712 Mon Sep 17 00:00:00 2001 From: Castedo Ellerman Date: Sat, 2 Dec 2023 22:01:51 -0500 Subject: [PATCH] use action v2; trigger from main specifically --- .github/workflows/baseprinter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseprinter.yaml b/.github/workflows/baseprinter.yaml index 9431430..be418db 100644 --- a/.github/workflows/baseprinter.yaml +++ b/.github/workflows/baseprinter.yaml @@ -2,7 +2,7 @@ name: Deploy baseprint preview to GitHub Pages on: push: - branches: [$default-branch] + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: castedo/baseprinter-action@main + - uses: castedo/baseprinter-action@v2 with: defaults-file: "pandocin.yaml" deploy: