Fix tests nightly (#2368)

* Fix test nightly

* Fix nightly tests

* use same action for checkout in all places
This commit is contained in:
Karolina Rakoczy 2022-10-11 14:04:37 +02:00 committed by GitHub
parent 2c49ea1af0
commit b6644efa54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -30,10 +30,10 @@ program
options.token,
);
clearTimeout(throwErrorAfterTimeout);
core.setOutput("domain", `https://${domain}/`);
core.setOutput("url", `https://${domain}/`);
} else {
core.setOutput(
"domain",
"url",
`https://v${getFormattedVersion(
options.version,
)}.staging.saleor.cloud/`,

View file

@ -100,7 +100,7 @@ jobs:
containers: [1, 2, 3, 4]
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Check if other env
id: get-typed-env-uri