debug: ...
Some checks failed
lint, build and push / lint (push) Failing after 4s
lint, build and push / build (push) Failing after 44s

This commit is contained in:
Michael Grote 2024-12-30 20:47:28 +01:00
parent aa5419824a
commit 56be725666

View file

@ -75,8 +75,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
secrets: |
"forgejo_user=${{ secrets.GITUSER }}"
"forgejo_user_pass=${{ secrets.GITUSERPW }}"
"GITUSER=${{ secrets.GITUSER }}"
"GITUSERPW=${{ secrets.GITUSERPW }}"
- name: Send notification
uses: dawidd6/action-send-mail@v4
if: failure()