chore(GitHub): pass trough GitHub variables

This commit is contained in:
Daniel Sogl
2020-06-11 19:30:09 +02:00
committed by GitHub
parent 030a78fc1b
commit 2923504c7d

View File

@@ -42,4 +42,5 @@ jobs:
if: github.ref == 'refs/heads/master'
run: bash ./scripts/docs/update_docs.sh
env:
CI: true
GITHUB_PROJECT_REPONAME: ${{ github.repository }}
GITHUB_SHA1: ${{ github.sha }}