Checkout repo so the manifest publish step can read git (#1314)

This commit is contained in:
Ellie Huxtable 2023-10-19 22:21:24 +01:00 committed by GitHub
parent 62994ca264
commit ad4868567e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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