Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Dec 28, 2023
1 parent 3d582f3 commit ccddb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
\"parameters\": $(echo $PARAMETERS | jq -Rn '[inputs]')
}
}"
echo "data=$(echo $DATA | jq -r '.')" >> "$GITHUB_OUTPUT"
echo "data=$(echo $DATA | jq -rc '.')" >> "$GITHUB_OUTPUT"
- name: Call Deployment Webhook
env:
WEBHOOK_URL: https://api.github.com/repos/lsst-epo/edc-deploy/dispatches
Expand All @@ -143,4 +143,4 @@ jobs:
curl -X POST $WEBHOOK_URL \
-H 'Content-Type: application/json' \
-H 'Authorization: ${{ github.token }}'
-d "$DATA"
-d "${{ fromJSON(steps.payload.outputs.data) }}"

0 comments on commit ccddb99

Please sign in to comment.