Skip to content

Commit

Permalink
fixup! tools: add linter for release commit proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Nov 20, 2024
1 parent 75b9485 commit 8316a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "$ACTUAL" | grep -E -q "$EXPECTED_TRAILER"
PR_URL="${ACTUAL:8}"
PR_HEAD=$(gh pr view --json headRefOid -q .headRefOid "$PR-URL")
PR_HEAD="$(gh pr view "$PR_URL" --json headRefOid -q .headRefOid)"
echo "Head of $PR_URL: $PR_HEAD"
echo "Current commit: $GITHUB_SHA"
[[ "$PR_HEAD" == "$GITHUB_SHA" ]]
Expand Down

0 comments on commit 8316a34

Please sign in to comment.