Skip to content

Commit f713ef5

Browse files
committed
fix typo
1 parent 1c5cc9b commit f713ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: check-targets
4141
run: ./scripts/github-actions/check-bazel-targets.sh
4242
env:
43-
COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}', gitgithub.base_ref, github.head_ref) || format('{0}..{1}', github.event.before, github.sha) }}
43+
COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}', github.base_ref, github.head_ref) || format('{0}..{1}', github.event.before, github.sha) }}
4444

4545
dotnet:
4646
name: .NET

0 commit comments

Comments
 (0)