Skip to content

Commit 84fc435

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent ae46393 commit 84fc435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-description.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Get the list of files changed in the latest commit(s)
3737
changed_files=$(git diff --name-only HEAD~1 ${{ github.sha }} | sed 's|^|./|' | jq -R . | jq -s .)
3838
echo "Changed files: $changed_files"
39-
39+
4040
# If there are changed files, filter the JSON using jq
4141
matrix=$(jq -c --argjson changed "$changed_files" \
4242
'.readmes |= map(select(.fname as $fname | any($changed[]; . == $fname)))' \

0 commit comments

Comments
 (0)