Skip to content

Commit

Permalink
not sure why the process was killed...
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Aug 16, 2024
1 parent 355349b commit ae2c3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_push_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ jobs:
elabftw/elabimg:demo
- name: Send request to webhook to trigger update of demo
run: "curl -H 'X-Hook-Secret: ${{ secrets.HOOK_SECRET }}' ${{ secrets.HOOK_URL }}"
run: |
curl -v -H 'X-Hook-Secret: ${{ secrets.HOOK_SECRET }}' ${{ secrets.HOOK_URL }}

0 comments on commit ae2c3a2

Please sign in to comment.