Suppress action-shellcheck warning from deprecated option (#3030)

Use ignore_paths instead of ignore for the buildroot directory.
This commit is contained in:
Jan Čermák 2024-01-03 10:02:44 +01:00 committed by GitHub
parent 62b76f7f47
commit 714912a2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
- name: Check shell scripts
uses: ludeeus/action-shellcheck@2.0.0
with:
ignore: buildroot
ignore_paths: buildroot
- name: Check buildroot-external packages
run: |