Skip to content

Commit

Permalink
Merge pull request #631 from RasaHQ/fix-missing-env-vars-in-workflow
Browse files Browse the repository at this point in the history
fix missing env vars in workflow
  • Loading branch information
m-vdb authored Dec 23, 2021
2 parents d52b3ec + 6b9b8c5 commit 231c200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
env:
DOCS_FOLDER: docs
DOCS_BRANCH: documentation
TAG_NAME: ${GITHUB_REF#refs/tags/}
IS_TAG_BUILD: ${{ startsWith(github.event.ref, 'refs/tags') }}
IS_MAIN_BRANCH: ${{ github.ref == 'refs/heads/main' }}

jobs:
changes:
Expand Down

0 comments on commit 231c200

Please sign in to comment.