Update forgejo flake update workflow

This commit is contained in:
albert 2024-02-23 11:05:07 +09:00
parent 954e6ed512
commit 4a8655b32f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -39,6 +39,7 @@ jobs:
run: | run: |
echo "Running Nix Flake Update" echo "Running Nix Flake Update"
cd /workspace/albert/nix cd /workspace/albert/nix
git pull
nix --extra-experimental-features "nix-command flakes" flake update nix --extra-experimental-features "nix-command flakes" flake update
echo "Git Diff:" echo "Git Diff:"
git diff git diff
@ -60,4 +61,4 @@ jobs:
gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}' gotify_app_token: '${{ secrets.GOTIFY_TOKEN }}'
notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed' notification_title: '[ ${{ github.repository }}: ${{ github.workflow }} ] Build Failed'
notification_message: 'Your build has failed. Check Forgejo.' notification_message: 'Your build has failed. Check Forgejo.'
name: "Send Notification" name: "Send Notification"