Add repo info for GH CLI calls (#3907)
This commit is contained in:
parent
48625f949c
commit
2f71c5dc4f
2 changed files with 5 additions and 3 deletions
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
if: ${{ github.event_name != 'schedule' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Admin UI
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: admin-ui-repo
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
matrix:
|
||||
container: [1, 2, 3, 4, 5]
|
||||
steps:
|
||||
- name: Check out Admin UI
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node
|
||||
|
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Admin UI
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node
|
||||
|
@ -88,3 +88,5 @@ jobs:
|
|||
run: gh pr merge --auto --squash
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OWNER: ${{ github.repository_owner }}
|
||||
REPO: ${{ github.event.repository.name }}
|
||||
|
|
Loading…
Reference in a new issue