mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 16:05:22 +01:00
Add debug info in the Actions workflow
This commit is contained in:
parent
449dc6a0b9
commit
02462a56b9
1 changed files with 6 additions and 1 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -23,3 +23,8 @@ jobs:
|
|||
with:
|
||||
url: '${{ secrets.DEPLOY_WEBHOOK_URL }}'
|
||||
method: 'POST'
|
||||
- name: Show Response
|
||||
run: |
|
||||
echo ${{ steps.myRequest.outputs.response }}
|
||||
echo ${{ steps.myRequest.outputs.headers }}
|
||||
echo ${{ fromJson(steps.myRequest.outputs.response).field_you_want_to_access }}
|
Loading…
Reference in a new issue