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 7948be0 commit 12adeffCopy full SHA for 12adeff
.github/workflows/CI.yml
@@ -219,6 +219,7 @@ jobs:
219
runs-on: ubuntu-latest
220
needs: [ codacy-uploader, codecov-uploader ]
221
steps:
222
+ - run: echo 'github='"'"'${{ toJson(github) }}'"'"
223
- run: echo 'codecov='"'"'${{ toJson(needs.codecov-uploader) }}'"'"
224
- run: echo 'codacy='"'"'${{ toJson(needs.codacy-uploader) }}'"'"
225
## <<< Trusted - to move to a workflow_run workflow
0 commit comments