From 5ac3f2a44c39f253b8891ca97d859ecb9f545eaa Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Wed, 18 Oct 2023 13:27:03 +0000 Subject: [PATCH] fixed checkout branch syntax --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3580628..c11c0cc 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,8 @@ runs: - name: Check out logseq-tenset-theme repo uses: actions/checkout@v4 with: - repository: "${{ inputs.asset-repo }}@${{ inputs.asset-repo-branch }}" + repository: "${{ inputs.asset-repo }} + ref: "${{ inputs.asset-repo-branch }}" path: svg-repo - run: mkdir -p svg-repo/svg-assets shell: bash