Fix syntax
Some checks failed
/ build-image (push) Failing after 24s

This commit is contained in:
Peter Cai 2024-02-15 14:26:10 -05:00
parent e569f1b2a6
commit 64b411906e

View file

@ -12,7 +12,7 @@ jobs:
submodules: recursive
- name: Mask Secrets
run: 'echo "::add-mask::${{ secrets.FORGEJO_TOKEN }}'
run: 'echo "::add-mask::${{ secrets.FORGEJO_TOKEN }}"'
- name: Setup podman
run: |