Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 19, 2024
1 parent 02b3354 commit 9966ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
# Fetch the commit hash for the PR branch
git fetch origin $PR_BRANCH
LATEST_COMMIT=$(git log -n 1 --format=%H $PR_BRANCH)
LATEST_COMMIT=$(git log -n 1 --oneline $PR_BRANCH | cut -d ' ' -f 1)
echo "Latest commit hash: $LATEST_COMMIT"
echo "LATEST_COMMIT=${LATEST_COMMIT}" >> $GITHUB_ENV
Expand Down

0 comments on commit 9966ed3

Please sign in to comment.