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