Remove hard-coded repo

This commit is contained in:
Alejandro R. Mosteo
2026-05-22 17:51:39 +02:00
parent 2e187a6e2c
commit 41424df44d
8 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
run: ${{env.PACMAN}} --noconfirm -S tar
- name: Test crate
run: alire-index-checks/scripts/gh-build-crate.sh
run: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh
shell: bash
env:
GITHUB_EVENT_PATH: ${{ github.event_path }}