Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGabreuw authored Dec 30, 2023
1 parent 5600709 commit 54300ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
git clone "$MY_ZETTELKASTEN_URL" content'
git clone "$MY_ZETTELKASTEN_URL" content
- uses: actions/setup-node@v3
with:
node-version: 18.14
Expand Down

0 comments on commit 54300ce

Please sign in to comment.