We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compile workflow needs some fixes as per error:
The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
set-output
See also:
Branch with attempted fix: dev-ci-fixme (see: a84f6e9).
dev-ci-fixme
The problem is, that we're trying to set GITHUB_OUTPUT from Python which doesn't work, see: https://stackoverflow.com/questions/5971312/how-to-set-environment-variables-in-python.
GITHUB_OUTPUT
The text was updated successfully, but these errors were encountered:
Improves syntax for GITHUB_OUTPUT logic (GH-6)
40e807b
661dfbb
Merge pull request #7 from EA31337/dev-ci-fixme
2eb7832
CI fixes [GH-6]
No branches or pull requests
Compile workflow needs some fixes as per error:
See also:
Branch with attempted fix:
dev-ci-fixme
(see: a84f6e9).The problem is, that we're trying to set
GITHUB_OUTPUT
from Python which doesn't work, see: https://stackoverflow.com/questions/5971312/how-to-set-environment-variables-in-python.The text was updated successfully, but these errors were encountered: