Update main.yml
This commit is contained in:
parent
8bbbb49f1b
commit
2ef248d9f9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -53,6 +53,6 @@ jobs:
|
|||
- name: Deploy to production
|
||||
uses: fjogeleit/http-request-action@v1.14.1
|
||||
with:
|
||||
url: ${{ format('{0}?BOT-TAG={1}',env.PORTAINER_API_WEBHOOK, env.VERSION) }}
|
||||
url: ${{ format('{0}?BOT_TAG={1}',env.PORTAINER_API_WEBHOOK, env.VERSION) }}
|
||||
method: 'POST'
|
||||
preventFailureOnNoResponse: true
|
||||
preventFailureOnNoResponse: true
|
||||
|
|
Loading…
Reference in a new issue