Skip to content

print GITHUB_CONTEXT without using echo #355

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

Merged
merged 1 commit into from
Nov 16, 2021
Merged

Conversation

dhalbert
Copy link
Contributor

@dhalbert dhalbert commented Nov 16, 2021

build.yml failed because echo "$GITHUB_CONTEXT" caused an argument list too long error.

Try printing GITHUB_CONTEXT with printenv instead, to avoid this.

build.yml failed because `echo "$GITHUB_CONTEXT" caused an `argument list too long` error.

Try printing GITHUB_CONTEXT with `printenv` instead, to avoid this.
@dhalbert dhalbert requested a review from a team November 16, 2021 13:28
Copy link
Contributor

@jepler jepler left a comment

Choose a reason for hiding this comment

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

Thank you!

@jepler jepler merged commit 3871b2e into main Nov 16, 2021
@dhalbert dhalbert deleted the print-GITHUB_CONTEXT branch October 18, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants