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
@@ -33,5 +33,5 @@ jobs:
toolchain: --disable-assistant # No compiler needed
- name: <<DIFF RELEASES>>
run: alire-index-checks/scripts/diff-release.sh || true # No deal breaker if failed
run: ${{env.CHECKS_REPO}}/scripts/diff-release.sh || true # No deal breaker if failed
shell: bash