Skip to content

Commit

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

0 comments on commit 0de4e78

Please sign in to comment.