File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,14 @@ jobs:
2727 - name : Debug info
2828 # https://docs.github.com/en/actions/reference/security/secure-use#use-an-intermediate-environment-variable
2929 env :
30- GH_HEAD_REF : ${{ github.head_ref }}
30+ # `env:` values are printed to the log even without using them in `run:`
31+ GH_CONTEXT : ${{ toJson(github) }}
3132 run : |
3233 cat <<EOF
33- Scratch environment : ${{ vars.SCRATCH_ENV || '<none>' }}
34+ Working directory : $(pwd)
3435 Node version: $(node --version)
3536 NPM version: $(npm --version)
36- GitHub ref: ${{ github.ref }}
37- GitHub head ref: ${GH_HEAD_REF}
38- Working directory: $(pwd)
37+ Scratch environment: ${{ vars.SCRATCH_ENV || '<none>' }}
3938 EOF
4039
4140 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
You can’t perform that action at this time.
0 commit comments