Skip to content

Commit 5f54253

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 065dc1d commit 5f54253

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
@@ -32,7 +32,7 @@ jobs:
3232
# Get the list of files changed in the latest commit(s)
3333
changed_files=$(git diff --name-only HEAD~1 ${{ github.sha }} | sed 's|^|./|' | jq -R . | jq -s .)
3434
echo "Changed files: $changed_files"
35-
35+
3636
# If there are changed files, filter the JSON using jq
3737
matrix=$(jq -c --argjson changed "$changed_files" \
3838
'.readmes |= map(select(.fname as $fname | any($changed[]; . == $fname)))' \

0 commit comments

Comments
 (0)