mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore: Fix deprecated Github Actions set-output command (#448)
This commit is contained in:
parent
e5caa3a862
commit
0e07e28b12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-commit.yaml
vendored
2
.github/workflows/pre-commit.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue