Skip to content

Commit

Permalink
Multiline String 6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjfrog committed Aug 11, 2023
1 parent 0de4e78 commit 01475d1
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 @@ -40,8 +40,8 @@ jobs:
run: |
echo 'SPEC<<EOF'
builds.find({
"@buildInfo.env.GITHUB_SHA": ${{ steps.commit_sha.outputs.COMMIT_SHA }}
}).include("name", "number")
\"@buildInfo.env.GITHUB_SHA\": $COMMIT_SHA
}).include(\"name\", \"number\")
echo EOF >> $GITHUB_ENV
- name: Execute Build Query
id: build_query_result
Expand Down

0 comments on commit 01475d1

Please sign in to comment.