Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e64ad2a

Browse files
committedFeb 7, 2025·
Fix (maybe) syntax of run command
1 parent 0710c4e commit e64ad2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
environment: test
1212
steps:
1313
- name: trigger deploy
14-
run: curl -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
14+
run: |
15+
curl -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"

0 commit comments

Comments
 (0)
Please sign in to comment.