Fix tests on release - setting branch (#3556)
This commit is contained in:
parent
f71855e4f2
commit
f0466c5be3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests-nightly.yml
vendored
1
.github/workflows/tests-nightly.yml
vendored
|
@ -167,6 +167,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
url: ${{ steps.get-environment-variables.outputs.url }}
|
url: ${{ steps.get-environment-variables.outputs.url }}
|
||||||
is_old_version: ${{ steps.get-environment-variables.outputs.IS_OLD_VERSION }}
|
is_old_version: ${{ steps.get-environment-variables.outputs.IS_OLD_VERSION }}
|
||||||
|
branch: ${{ steps.get-environment-variables.outputs.branch }}
|
||||||
env:
|
env:
|
||||||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TOKEN: ${{ secrets.CLOUD_ACCESS_TOKEN }}
|
TOKEN: ${{ secrets.CLOUD_ACCESS_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue