mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci/update-other: pass --repo
to gh
In this case, we don't checkout the repo. Therefore we need to tell `gh` what repo to use, since it can't guess based on `.git`.
This commit is contained in:
parent
4751cb55f7
commit
91e2e6fa03
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update-other.yml
vendored
4
.github/workflows/update-other.yml
vendored
|
@ -17,5 +17,7 @@ jobs:
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
repo: ${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
gh workflow run update.yml --ref nixos-24.11
|
gh --repo "$repo" workflow run \
|
||||||
|
update.yml --ref nixos-24.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue