1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Update EA cloning script to rely on the current git branch

This commit is contained in:
James M. Greene
2020-11-17 13:51:48 -06:00
parent 890e86cc46
commit 909db6fcf4
3 changed files with 37 additions and 12 deletions

View File

@@ -77,6 +77,7 @@ jobs:
run: npm run heroku-postbuild
env:
DOCUBOT_REPO_PAT: ${{ secrets.DOCUBOT_REPO_PAT }}
GIT_BRANCH: ${{ github.ref }}
- name: Run build script
if: ${{ github.repository != 'github/docs-internal' and needs.see_if_should_skip.outputs.should_skip != 'true'}}