Skip to content

Commit 4df0c9a

Browse files
authored
Fix cov workflow format issue (#8348)
1 parent c7ddad3 commit 4df0c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
- name: Compare Diff and Post a Report
283283
if: github.event.pull_request.merged != true && github.event.action != 'closed' && env.METRICS_SERVICE_SECRET != ''
284284
env:
285-
base_commit: ${{ ${{ github.event.pull_request.base.sha }} }}
285+
base_commit: ${{ github.event.pull_request.base.sha }}
286286
run: |
287287
# Get Head commit of the branch, instead of a merge commit created by actions/checkout.
288288
if [ -d "${{steps.download.outputs.download-path}}" ]; then

0 commit comments

Comments
 (0)