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

chore(repo): use new output nomenclature for dev builds #338

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rwaskiewicz
Copy link
Member

@rwaskiewicz rwaskiewicz commented May 12, 2023

What is the current behavior?

Our tech debt burndown job uses the set-output syntax. set-output was deprecated on 2022.10.11, in
favor of a new syntax - https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/. starting 2023.05.31, set-output is intended to be disabled.

GitHub Issue Number: N/A

What is the new behavior?

this commit updates all workflows using the "old" output nomenclature to
use the newer variant. applying this commit will allow the tech debt burndown to continue to function as
expected.

Does this introduce a breaking change?

  • Yes
  • No

Testing

⚠️ TODO

Other information

Waiting for us to discuss the dev build issues (see slack for this repo) before marking this ready to review

this commit updates all workflows using the "old" output nomenclature to
use the newer variant. `set-output` was deprecated on 2023.10.11, in
favor of a new syntax - https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
starting 2023.05.31, `set-output` is intended to be disabled. applying
this commit will allow the dev build workflow
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.

None yet

1 participant