diff --git a/.github/workflows/update-other.yml b/.github/workflows/update-other.yml index 4b3d1d96..baeef06b 100644 --- a/.github/workflows/update-other.yml +++ b/.github/workflows/update-other.yml @@ -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