Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Treat env json as a string #1654

Merged
merged 1 commit into from
Mar 3, 2021
Merged

Conversation

pawelpasterz
Copy link
Contributor

Treat json env as a String

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2021

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@@ -157,7 +157,7 @@ jobs:
run: |
flankScripts integration_tests process_results \
--global-result=${{ needs.run-it-full-suite.outputs.job_status }} \
--run-result=${{ toJSON(env) }} \
--run-result='${{ toJSON(env) }}' \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmmm
i was just about to commit

Suggested change
--run-result='${{ toJSON(env) }}' \
--run-result=\"${{ toJSON(env) }}\" \

@pawelpasterz pawelpasterz enabled auto-merge (squash) March 3, 2021 13:04
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2021

Timestamp: 2021-03-03 13:08:17
Buildscan url for ubuntu-workflow run 617607668
https://gradle.com/s/p5ycyd3qtcbko

@pawelpasterz pawelpasterz merged commit 4328035 into master Mar 3, 2021
@pawelpasterz pawelpasterz deleted the treat-env-json-as-a-string branch March 3, 2021 13:13
@github-actions github-actions bot locked and limited conversation to collaborators Mar 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants