Skip to content

Commit

Permalink
CI: Log SHA, log commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Jan 19, 2025
1 parent f5ab74e commit 6f65613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/haskell-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
if [ ! -f cabal.project ]
then echo 'packages: .' > cabal.project
fi
echo $GITHUB_SHA
git show $GITHUB_SHA
for constraint in $(git log "--format=%(trailers:key=New-Versions,valueonly=true)" $GITHUB_SHA -1 --)
do echo "constraints: $constraint" >> cabal.project
done
Expand Down

0 comments on commit 6f65613

Please sign in to comment.