update modpack and remove success notif
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 6m9s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 6m9s
This commit is contained in:
parent
28737db2cf
commit
11b2c7315a
2 changed files with 10 additions and 10 deletions
|
|
@ -37,14 +37,14 @@ jobs:
|
|||
-H "Actions: view, Action Runs, https://git.satr14.my.id/${{ github.repository }}/actions?workflow=activate.yml; view, View Commit, https://git.satr14.my.id/${{ github.repository }}/commit/${{ github.sha }}" \
|
||||
-d "${{ github.event.head_commit.message }}"
|
||||
|
||||
- name: Notify on success
|
||||
if: success()
|
||||
run: |
|
||||
curl -s -X POST https://notify.proxy.satr14.my.id/git-flake-updates \
|
||||
-H "Title: NixOS Homelab Rebuild Succeeded" \
|
||||
-H "Tags: white_check_mark" \
|
||||
-H "Actions: view, View Commit, https://git.satr14.my.id/${{ github.repository }}/commit/${{ github.sha }}" \
|
||||
-d "${{ github.event.head_commit.message }}"
|
||||
# - name: Notify on success
|
||||
# if: success()
|
||||
# run: |
|
||||
# curl -s -X POST https://notify.proxy.satr14.my.id/git-flake-updates \
|
||||
# -H "Title: NixOS Homelab Rebuild Succeeded" \
|
||||
# -H "Tags: white_check_mark" \
|
||||
# -H "Actions: view, View Commit, https://git.satr14.my.id/${{ github.repository }}/commit/${{ github.sha }}" \
|
||||
# -d "${{ github.event.head_commit.message }}"
|
||||
|
||||
- name: Clean Up
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Reference in a new issue