chore(GitHub): pass trough GitHub variables
This commit is contained in:
parent
030a78fc1b
commit
2923504c7d
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
@ -42,4 +42,5 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: bash ./scripts/docs/update_docs.sh
|
run: bash ./scripts/docs/update_docs.sh
|
||||||
env:
|
env:
|
||||||
CI: true
|
GITHUB_PROJECT_REPONAME: ${{ github.repository }}
|
||||||
|
GITHUB_SHA1: ${{ github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user