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 b66b558 commit a6fce42Copy full SHA for a6fce42
.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 --)
+ 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