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

Update how output variables are stored in Actions #425

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Commits on Jun 17, 2024

  1. Update how output variables are stored in Actions

    Replace the deprecated `set-output` in GitHub Actions for concatenating
    name and values into the `GITHUB_OUTPUT` env variable.
    Source: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
    santisoler committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3af748d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    99447f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    d3491c8 View commit details
    Browse the repository at this point in the history