mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-29 03:34:44 +01:00
Checkout repo so the manifest publish step can read git (#1314)
This commit is contained in:
parent
62994ca264
commit
ad4868567e
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 New Issue
Block a user