mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-13 12:45:22 +01: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
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -22,9 +22,4 @@ jobs:
|
|||
uses: fjogeleit/http-request-action@v1
|
||||
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 }}
|
||||
method: 'POST'
|
Loading…
Reference in a new issue