Skip to content

Commit d82a98d

Browse files
committed
Fix set-output GHA deprecation warning in python-linters.yml
1 parent 7b3202a commit d82a98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- id: python-files
1313
run: |
14-
echo "::set-output name=filelist::$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')"
14+
echo filelist=:$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')” >> $GITHUB_OUTPUT
1515
1616
pylint:
1717
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)