mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 07:49:51 -05: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:
@@ -17,5 +17,7 @@ jobs:
|
||||
if: github.event_name == 'schedule'
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
repo: ${{ github.repository }}
|
||||
run: |
|
||||
gh workflow run update.yml --ref nixos-24.11
|
||||
gh --repo "$repo" workflow run \
|
||||
update.yml --ref nixos-24.11
|
||||
|
||||
Reference in New Issue
Block a user