Skip to content

Commit 23a8d36

Browse files
ci(node-ci.yml): Print env vars.
1 parent 13b28fb commit 23a8d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test-build-release:
1111
env:
12+
GIT_BRANCH_NAME: ${{ github.ref }}
13+
IS_PUSH: ${{ github.event.push }}
1214
IS_PUSH_TO_MASTER: ${{ github.event.push && github.ref == 'refs/heads/master' }}
1315

1416
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)