File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,10 +110,9 @@ jobs:
110110 env :
111111 GIT_COMMITTER_NAME : ${{ vars.GIT_COMMITTER_NAME }}
112112 GIT_COMMITTER_EMAIL : ${{ vars.GIT_COMMITTER_EMAIL }}
113- DEBUG : true
114113 run : |
115114 npx ggcp target/coverage/lcov.info target/coverage/${{ github.sha }}.lcov.info
116- npx ggcp target/coverage/*.info https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage --message='chore: add coverage for ${{ github.sha }}'
115+ npx ggcp " target/coverage/*.info" https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage --message='chore: add coverage for ${{ github.sha }}'
117116 npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs'
118117
119118 smoke-node :
You can’t perform that action at this time.
0 commit comments