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