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

Fix setting environment vars in GitHub workflow. #80

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

nikolaszimmermann
Copy link
Member

GITHUB_ENV needs to be used to set environment variables, not GITHUB_OUTPUT. The key/value pairs are also propagated to the following steps, so it works.

GITHUB_ENV needs to be used to set environment variables,
not GITHUB_OUTPUT. The key/value pairs are also propagated
to the following steps, so it works.

Now that the environment variable setting works, fix a problem
with "WKDEV_SDK_CONTAINER_REGISTRY_USER_NAME" -- the user name
needs to be in lower case (aka. 'igalia', not 'Igalia').
@nikolaszimmermann nikolaszimmermann force-pushed the nzimmermann/fix_github_workflow_env_vars branch from cd0b38f to 5c8ca72 Compare November 21, 2024 17:24
@nikolaszimmermann nikolaszimmermann merged commit 2bed97b into main Nov 21, 2024
2 checks passed
@nikolaszimmermann nikolaszimmermann deleted the nzimmermann/fix_github_workflow_env_vars branch November 21, 2024 20:33
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