Skip to content

Commit

Permalink
Fix echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed Dec 13, 2023
1 parent 44c1e4f commit f7078cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
uses: distributhor/workflow-webhook@v3
env:
webhook_url: https://staging.hook-runner.landexplorer.coop/run.php?target=land-explorer-front-end

- name: "👂 echo response from webhook"
run: echo ${{steps.call_webhook.outputs.response-body}}
run: echo "${{steps.call_webhook.outputs.response-body}}"

0 comments on commit f7078cd

Please sign in to comment.