Skip to content

Commit

Permalink
More EOF 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Sep 22, 2023
1 parent 4d4d277 commit 6315eb8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/promote-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,14 @@ jobs:
--header "Authorization: Bearer $JF_ACCESS_TOKEN" \
--header 'Content-Type: application/json' \
--header "X-JFrog-Signing-Key-Name: $RELEASE_BUNDLE_SIGNING_KEY" \
--data "{ <<BODY
"environment": "PROD",
"included_repository_keys": [
"phoenix-maven-prod-local"
],
"overwrite_existing_artifacts": true
--data "{
"environment": "PROD", \
"included_repository_keys": [ \
"phoenix-maven-prod-local" \
], \
"overwrite_existing_artifacts": true \
}"
echo 'BODY'
echo 'EOF'
echo EOF
} >> $GITHUB_OUTPUT
- name: Output Promotion Result
run: |
Expand Down

0 comments on commit 6315eb8

Please sign in to comment.