We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065dc1d commit 5f54253Copy full SHA for 5f54253
.github/workflows/dockerhub-description.yml
@@ -32,7 +32,7 @@ jobs:
32
# Get the list of files changed in the latest commit(s)
33
changed_files=$(git diff --name-only HEAD~1 ${{ github.sha }} | sed 's|^|./|' | jq -R . | jq -s .)
34
echo "Changed files: $changed_files"
35
-
+
36
# If there are changed files, filter the JSON using jq
37
matrix=$(jq -c --argjson changed "$changed_files" \
38
'.readmes |= map(select(.fname as $fname | any($changed[]; . == $fname)))' \
0 commit comments