We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ddad3 commit 4df0c9aCopy full SHA for 4df0c9a
.github/workflows/test_coverage.yml
@@ -282,7 +282,7 @@ jobs:
282
- name: Compare Diff and Post a Report
283
if: github.event.pull_request.merged != true && github.event.action != 'closed' && env.METRICS_SERVICE_SECRET != ''
284
env:
285
- base_commit: ${{ ${{ github.event.pull_request.base.sha }} }}
+ base_commit: ${{ github.event.pull_request.base.sha }}
286
run: |
287
# Get Head commit of the branch, instead of a merge commit created by actions/checkout.
288
if [ -d "${{steps.download.outputs.download-path}}" ]; then
0 commit comments