We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f50f45 commit 16282e9Copy full SHA for 16282e9
generate-stackbrew-pr.sh
@@ -35,7 +35,7 @@ function updated() {
35
local images_changed
36
37
IFS=' ' read -ra versions <<< "$(IFS=','; get_versions)"
38
- images_changed=$(git show --name-only "$COMMIT_ID" "${versions[@]}")
+ images_changed=$(git diff --name-only "$COMMIT_ID".."$COMMIT_ID"~1 "${versions[@]}")
39
40
if [ -z "$images_changed" ]; then
41
return 1
0 commit comments