Skip to content

Commit

Permalink
Update Deploy_portainer.yml
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
marcpata authored Dec 14, 2024
1 parent f0c5a6b commit 7229408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Deploy_portainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
run: |
curl -X POST \
$WEBHOOK_URL
curl -X POST $WEBHOOK_URL

0 comments on commit 7229408

Please sign in to comment.