Skip to content

Commit

Permalink
Multiline String 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Aug 11, 2023
1 parent 01475d1 commit e6bc773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
COMMIT_SHA: ${{ steps.tag_commit_sha.outputs.COMMIT_SHA }}
run: |
echo 'SPEC<<EOF'
builds.find({
builds.find(\{
\"@buildInfo.env.GITHUB_SHA\": $COMMIT_SHA
}).include(\"name\", \"number\")
\}).include(\"name\", \"number\")
echo EOF >> $GITHUB_ENV
- name: Execute Build Query
id: build_query_result
Expand Down

0 comments on commit e6bc773

Please sign in to comment.