fix: ShellCheck SC2162 lint error

This commit is contained in:
joelsvensson 2025-03-04 15:06:23 +01:00 committed by GitHub
commit 6899fd8bec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ jobs:
subprocess.run(cmd, shell=True, check=True)
- name: Fix permissions
run: |
chmod -c -R +rX "${{ inputs.output-path }}" | while read line; do
chmod -c -R +rX "${{ inputs.output-path }}" | while read -r line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact