fixed checkout branch syntax

This commit is contained in:
Lu Baumann 2023-10-18 13:27:03 +00:00 committed by GitHub
parent 58a66c288c
commit 5ac3f2a44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ runs:
- name: Check out logseq-tenset-theme repo - name: Check out logseq-tenset-theme repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: "${{ inputs.asset-repo }}@${{ inputs.asset-repo-branch }}" repository: "${{ inputs.asset-repo }}
ref: "${{ inputs.asset-repo-branch }}"
path: svg-repo path: svg-repo
- run: mkdir -p svg-repo/svg-assets - run: mkdir -p svg-repo/svg-assets
shell: bash shell: bash