Skip to content

Commit

Permalink
Update 30-webhook-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Oct 6, 2021
1 parent 0affba5 commit e70db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/30-webhook-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: |
curl -X POST https://o2dla1l2qd.execute-api.us-east-1.amazonaws.com/prod/git \
-H 'Accept: application/vnd.github.everest-preview+json' \
--data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.tag.outputs.result }}.zip", "name": "workflow", "version": "${{ steps.tag.outputs.result }}"}'
--data '{"zipURL": "https://github.com/GuillaumeFalourd/poc-github-actions/archive/refs/tags/${{ steps.get_version.outputs.VERSION }}.zip", "name": "workflow", "version": "${{ steps.get_version.outputs.VERSION }}"}'

0 comments on commit e70db13

Please sign in to comment.