Checkout repo so the manifest publish step can read git (#1314)
This commit is contained in:
parent
62994ca264
commit
ad4868567e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
|
@ -109,6 +109,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [publish_x86, publish_aarch64]
|
needs: [publish_x86, publish_aarch64]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
repository: atuinsh/atuin
|
||||||
|
path: "./"
|
||||||
|
|
||||||
- name: Get Repo Owner
|
- name: Get Repo Owner
|
||||||
id: get_repo_owner
|
id: get_repo_owner
|
||||||
|
|
Loading…
Reference in a new issue