Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Sep 4, 2023
1 parent f9ac091 commit 74194cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Deploy
run: curl -X POST -d "param1=value1&param2=value2" ${{ secrets.WEBHOOK }}
run: curl -X POST ${{ secrets.WEBHOOK }}

0 comments on commit 74194cd

Please sign in to comment.