We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We just made some general improvements to the various GitHub Actions running here, but more is needed based on the logs from this most recent run: https://github.com/w3c-ccg/meetings/actions/runs/9387952522
Mainly, the file changes system we've been using hasn't been touched in sometime, so we should consider moving to https://github.com/tj-actions/changed-files
Also, set-output is deprecated, and we should move to using $GITHUB_STATE per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples
set-output
$GITHUB_STATE
We may also want to look into using https://github.com/nektos/act for local GitHub Action testing (probably coupled with some mail trap system).
Never a dull moment. 😉
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We just made some general improvements to the various GitHub Actions running here, but more is needed based on the logs from this most recent run: https://github.com/w3c-ccg/meetings/actions/runs/9387952522
Mainly, the file changes system we've been using hasn't been touched in sometime, so we should consider moving to https://github.com/tj-actions/changed-files
Also,
set-output
is deprecated, and we should move to using$GITHUB_STATE
per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examplesWe may also want to look into using https://github.com/nektos/act for local GitHub Action testing (probably coupled with some mail trap system).
Never a dull moment. 😉
The text was updated successfully, but these errors were encountered: