mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 18:52:33 +02:00
Remove debug info in the Actions workflow
This commit is contained in:
parent
02462a56b9
commit
efd1e575e6
1 changed files with 1 additions and 6 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -23,8 +23,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
url: '${{ secrets.DEPLOY_WEBHOOK_URL }}'
|
url: '${{ secrets.DEPLOY_WEBHOOK_URL }}'
|
||||||
method: 'POST'
|
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…
Add table
Add a link
Reference in a new issue