We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f0811d + a76da85 commit 5134c1dCopy full SHA for 5134c1d
1 file changed
.github/workflows/ci.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Extract New-Hackage-Versions git trailer from Renovate
47
if: ${{ github.event_name == 'pull_request' }}
48
run: |
49
+ git fetch origin ${{ github.event.pull_request.head.sha }}
50
for constraint in $(git log "--format=%(trailers:key=New-Hackage-Versions,valueonly=true)" ${{ github.event.pull_request.head.sha }} -1)
51
do
52
echo "constraints: $constraint" >> cabal.project.local
0 commit comments