update modpack and remove success notif
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 6m9s

This commit is contained in:
Satria 2026-06-22 14:44:04 +07:00
commit 11b2c7315a
2 changed files with 10 additions and 10 deletions

View file

@ -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()