fixed syntax
This commit is contained in:
parent
19729158f0
commit
756a869c44
@ -1,9 +1,7 @@
|
|||||||
name: Logseq Excalidraw to SVG
|
name: Logseq Excalidraw to SVG
|
||||||
run-name: Convert excalidraw to svg references
|
description: Converts excalidraw to svg references
|
||||||
on: [push]
|
runs:
|
||||||
jobs:
|
using: composite
|
||||||
Excalidraw-To-SVG:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -15,4 +13,5 @@ jobs:
|
|||||||
# Optional - x64 or x86 architecture, defaults to x64
|
# Optional - x64 or x86 architecture, defaults to x64
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- run: python main.py ${{ github.workspace }}
|
- run: python main.py ${{ github.workspace }}
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user