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
It looks like there is a deprecation warning for the output which is fixed in the newer core library. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
also it would be cool to provide a conditional example..
- name: Language Check id: lang-check uses: austenstone/list-repository-languages@main - name: Validate Language if: contains(steps.lang-check.outputs.languages,'Go') run: echo "found Go!"
thanks
The text was updated successfully, but these errors were encountered:
austenstone
No branches or pull requests
Question
It looks like there is a deprecation warning for the output which is fixed in the newer core library.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
also it would be cool to provide a conditional example..
thanks
The text was updated successfully, but these errors were encountered: