Skip to content

Commit

Permalink
add v2 to action
Browse files Browse the repository at this point in the history
  • Loading branch information
timbmg committed Jun 6, 2021
1 parent 0d44c96 commit 00b4a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Webhook
uses: distributhor/workflow-webhook
uses: distributhor/workflow-webhook@v2
with:
url: "http://${{ secrets.VM_IP }}:${{ secrets.VM_WEBHOOK_PORT }}/hooks/redeploy-webhook"
json: '{ webhook_token: ${{secrets.WEBHOOK_TOKEN}} }'

0 comments on commit 00b4a27

Please sign in to comment.