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

ci-testing.yml Windows-friendly ENV variables #8794

Merged
merged 1 commit into from
Jul 30, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jul 30, 2022

Per https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions

๐Ÿ› ๏ธ PR Summary

Made with โค๏ธ by Ultralytics Actions

๐ŸŒŸ Summary

Improvement of CI environment variable display in GitHub Actions workflow.

๐Ÿ“Š Key Changes

  • Modified the GitHub Actions CI testing workflow file to display environment variables using the GitHub context syntax ${{ }}.
  • Updated the following environment variables: RUNNER_OS, GITHUB_EVENT_NAME, GITHUB_WORKFLOW, GITHUB_ACTOR, GITHUB_REPOSITORY, GITHUB_REPOSITORY_OWNER.

๐ŸŽฏ Purpose & Impact

  • Purpose: The update ensures that environment variables are being correctly referenced and displayed within the CI (continuous integration) testing process.
  • Impact: Provides more robust and reliable debugging information for maintainers. Enhances the readability of the CI logs for developers and contributors, making it easier to monitor the CI workflow and diagnose issues if they arise. ๐Ÿ› ๏ธ๐Ÿ”

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.

1 participant