debug: ...
This commit is contained in:
parent
aa5419824a
commit
56be725666
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
secrets: |
|
secrets: |
|
||||||
"forgejo_user=${{ secrets.GITUSER }}"
|
"GITUSER=${{ secrets.GITUSER }}"
|
||||||
"forgejo_user_pass=${{ secrets.GITUSERPW }}"
|
"GITUSERPW=${{ secrets.GITUSERPW }}"
|
||||||
- name: Send notification
|
- name: Send notification
|
||||||
uses: dawidd6/action-send-mail@v4
|
uses: dawidd6/action-send-mail@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
Loading…
Add table
Reference in a new issue