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 dc68e03 commit 064ce92Copy full SHA for 064ce92
.github/workflows/haskell-actions.yml
@@ -39,7 +39,7 @@ jobs:
39
fi
40
echo $GITHUB_SHA
41
git show $GITHUB_SHA
42
- for constraint in $(git log "--format=%(trailers:key=New-Versions,valueonly=true)" ${GITHUB_SHA}^1 ${GITHUB_SHA}^2)
+ for constraint in $(git log "--format=%(trailers:key=New-Versions,valueonly=true)" ${GITHUB_SHA}^1..${GITHUB_SHA}^2)
43
do echo "constraints: $constraint" >> cabal.project
44
done
45
cat cabal.project
0 commit comments