Fix multi-line command
All checks were successful
/ build-image (push) Successful in 18s

This commit is contained in:
Peter Cai 2024-02-15 14:19:38 -05:00
parent 207d61d724
commit c3027f071d

View file

@ -16,5 +16,5 @@ jobs:
- name: Setup podman
run: |
apt-get update && apt-get install -y podman
apt-get update && apt-get install -y podman && \
podman login gitea.angry.im --password ${{ secret.FORGEJO_TOKEN }}