mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 09:44:03 +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
|
||||
needs: [publish_x86, publish_aarch64]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
repository: atuinsh/atuin
|
||||
path: "./"
|
||||
|
||||
- name: Get Repo Owner
|
||||
id: get_repo_owner
|
||||
|
Loading…
Reference in New Issue
Block a user