Fix : test-coverage workflow action indentation (#8979)

This commit is contained in:
Sachin Chaurasiya 2022-11-23 22:39:22 +05:30 committed by GitHub
parent 5dd18b2a13
commit 0aa29b66ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@ jobs:
node-version: [16.x] node-version: [16.x]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Wait for the labeler - name: Wait for the labeler
uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0 uses: lewagon/wait-on-check-action@0179dfc359f90a703c41240506f998ee1603f9ea #v1.0.0
if: ${{ github.event_name == 'pull_request_target' }} if: ${{ github.event_name == 'pull_request_target' }}