chore: Fix deprecated Github Actions set-output command (#448)

This commit is contained in:
Gareth Pelly 2022-11-10 15:21:56 +00:00 committed by GitHub
commit 0e07e28b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
run: |
export DIFF=$(git diff --name-only origin/${{ github.base_ref }} ${{ github.sha }})
echo "Diff between ${{ github.base_ref }} and ${{ github.sha }}"
echo "::set-output name=files::$( echo "$DIFF" | xargs echo )"
echo "name=files::$( echo "$DIFF" | xargs echo )" >> $GITHUB_OUTPUT
- name: Install shfmt
run: |