Skip to content

workflows: Replace deprecated ::set-env #3527

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
Oct 9, 2020

Conversation

jepler
Copy link

@jepler jepler commented Oct 8, 2020

Closes: #3526

@jepler
Copy link
Author

jepler commented Oct 8, 2020

This isn't right, because the place where I can spot the environment variable being used, it gives blank instead of the right value:

Run sphinx-build -E -W -b html -D version= -D release= . _build/html

@jepler jepler force-pushed the issue3526-actions-setenv branch from dd96422 to 3149f5b Compare October 8, 2020 21:20
@jepler
Copy link
Author

jepler commented Oct 8, 2020

Next iteration was right: Run sphinx-build -E -W -b html -D version=6.0.0-beta.2-33-g5ae2423c4 -D release=6.0.0-beta.2-33-g5ae2423c4 . _build/html

However, the important "upload to s3" steps can't be 100% checked until after this is merged.

@jepler jepler requested a review from tannewt October 8, 2020 22:43
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thank you!

@tannewt
Copy link
Member

tannewt commented Oct 9, 2020

Build failure is a clone issue and unrelated.

@tannewt tannewt merged commit 1b307c9 into adafruit:main Oct 9, 2020
@jepler
Copy link
Author

jepler commented Oct 10, 2020

artifacts are uploading correctly after this was merged, and the warnings are gone from the overview page.

@jepler jepler deleted the issue3526-actions-setenv branch October 10, 2020 13:34
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.

Github Actions is about to break: "The set-env command is deprecated and will be disabled soon."
3 participants