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

Remove duplicate code introduced in #440 #452

Merged
merged 2 commits into from Jul 6, 2022

Commits on Jul 2, 2022

  1. Copy the full SHA
    412091c View commit details
    Browse the repository at this point in the history
  2. Remove duplicate code introduced in actions#440

    actions#440 duplicated a block of code outside of `if (updateEnvironment) {` condition. This was probably an oversight when merging `main` back on the PR branch. The tests should have seen that `core.exportVariable` was being called and should have failed.
    mayeut committed Jul 2, 2022
    Copy the full SHA
    2c9de4e View commit details
    Browse the repository at this point in the history