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 core library to fix output deprecation and add additional example #3

Open
jrich523 opened this issue Mar 27, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@jrich523
Copy link

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..

- 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

@jrich523 jrich523 added the question Further information is requested label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants