Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satayyeb authored Sep 16, 2023
1 parent 8407a6b commit 3b975a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Print Deploy Response
run: |
echo ${{ fromJson(steps.deploy.outputs.response).detail }}
echo ${{ fromJson(steps.deploy.outputs.response).stdout }}
echo ${{ fromJson(steps.deploy.outputs.response).stderr }}
# echo ${{ fromJson(steps.deploy.outputs.response).stdout }}
# echo ${{ fromJson(steps.deploy.outputs.response).stderr }}
# - name: The job has failed
- if: ${{ failure() || !fromJSON(steps.deploy.outputs.response.success)}}
run: exit 1
Expand Down

0 comments on commit 3b975a9

Please sign in to comment.