mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
update ::set-output to latest (#2470)
* update ::set-output to latest * update workflow for linter error
This commit is contained in:
4
.github/workflows/protect-files.yml
vendored
4
.github/workflows/protect-files.yml
vendored
@@ -42,9 +42,9 @@ jobs:
|
||||
for file in $MODIFIED_FILES
|
||||
do
|
||||
if [[ $file == *"${{ matrix.path }}"* ]]; then
|
||||
echo "::set-output name=changes_detected::true"
|
||||
echo "changes_detected=true" >> $GITHUB_OUTPUT
|
||||
break
|
||||
else echo "::set-output name=changes_detected::false"
|
||||
else echo "changes_detected=false" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user