Skip to content

Commit a14261e

Browse files
committed
ci: pass current flint GitHub env vars
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 7ac974d commit a14261e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/reusable-link-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
if: github.event_name == 'pull_request'
2121
env:
2222
GITHUB_TOKEN: ${{ github.token }}
23-
GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
23+
GITHUB_REPOSITORY: ${{ github.repository }}
24+
GITHUB_BASE_REF: ${{ github.base_ref }}
25+
GITHUB_HEAD_REF: ${{ github.head_ref }}
2426
PR_HEAD_REPO: ${{ github.event.pull_request.head.repo.full_name }}
2527
run: mise run lint
2628

0 commit comments

Comments
 (0)