Skip to content

Commit

Permalink
Use GITHUB_OUTPUT instead of deprecated set-output (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Oct 13, 2022
1 parent d215fb9 commit d6b4d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: get_yamls
run: |
yamls=$(find .github/workflows -name "*.y*ml" | grep -v dependabot.)
echo "::set-output name=files::${yamls}"
echo "files="${yamls}"" >> $GITHUB_OUTPUT
- name: Action lint
uses: reviewdog/action-actionlint@c5d7b203340dfcb0f18fdf2ea44b0c10a1dee012 # v1
Expand Down

0 comments on commit d6b4d8f

Please sign in to comment.