Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 5f5ba8e

Browse files
committed
fix pipeline syntax
1 parent 81c885c commit 5f5ba8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latestRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
docker push filefighter/filehandler:latest
3737
-
3838
name: Trigger update on server
39-
run:
40-
- curl -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update.log
39+
run: |
40+
curl -f -u ${{ secrets.LOG_CREDS }} https://logs.filefighter.de/filefighter-update-script.log

0 commit comments

Comments
 (0)