ci(package): use head commit

This commit is contained in:
Thomas Hobson 2021-03-14 15:56:17 +13:00
parent d10496cc78
commit 4626176222
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Build Packages
run: |
SHALIST=$(curl "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls/$(jq -r '.pull_request.number' $GITHUB_EVENT_PATH)"/commits | jq '.[].commit.tree.sha' -r)
SHALIST=$(git rev-parse HEAD)
echo "Commits: $SHALIST"
git log
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci $SHALIST