We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5cc9b commit f713ef5Copy full SHA for f713ef5
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
id: check-targets
41
run: ./scripts/github-actions/check-bazel-targets.sh
42
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) }}
+ COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}', github.base_ref, github.head_ref) || format('{0}..{1}', github.event.before, github.sha) }}
44
45
dotnet:
46
name: .NET
0 commit comments