Problem description
The README section More examples contains links to other repositories, where the examples specify:
uses: cypress-io/github-action@v1.
The current version of GHA is Version 5. The Version 1 of GHA is no longer accepted by GitHub and the examples fail to run. The GitHub action log shows the error message:
"The set-env command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS environment variable to true. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/"
The failing repositories are archived, implying that no further changes can be expected in these repositories. Archived repositories are read-only and it is not possible to submit issues against them.
Archived failing example repositories
Steps to reproduce
Visually verify the status of repositories in the archived list above. Visiting each repository shows the status "Public archive".
Analysis
Suggested resolution
Remove the non-working archived repositories from the list More examples in the README file.
Problem description
The README section More examples contains links to other repositories, where the examples specify:
uses: cypress-io/github-action@v1.The current version of GHA is Version 5. The Version 1 of GHA is no longer accepted by GitHub and the examples fail to run. The GitHub action log shows the error message:
"The
set-envcommand is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting theACTIONS_ALLOW_UNSECURE_COMMANDSenvironment variable totrue. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/"The failing repositories are archived, implying that no further changes can be expected in these repositories. Archived repositories are read-only and it is not possible to submit issues against them.
Archived failing example repositories
Steps to reproduce
Visually verify the status of repositories in the archived list above. Visiting each repository shows the status "Public archive".
Analysis
set-envcommand is disabled.", was resolved in the GHA release v2.3.1.Suggested resolution
Remove the non-working archived repositories from the list More examples in the README file.