Skip to content

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

Merged
glenn-jocher merged 1 commit intomasterfrom
update/ci
Jul 30, 2022
Merged

ci-testing.yml Windows-friendly ENV variables#8794
glenn-jocher merged 1 commit intomasterfrom
update/ci

Conversation

@glenn-jocher
Copy link
Copy Markdown
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