This commit is contained in:
2026-03-25 10:19:25 +01:00
parent 9faf4de28d
commit 9648ff2adc

View File

@@ -22,9 +22,8 @@ jobs:
uses: https://github.com/cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.AHTLONS_GITHUB_TOKEN }}
- name: Check for string parsing
- name: Find pr number
run: |
var=$(echo "${{ github.ref }}" | cut -d / -f 3)
echo "$var"
echo "PR=$(echo "${{ github.ref }}" | cut -d / -f 3) >> $GITHUB_ENV
- name: run hydra wait
run: nix run nixpkgs#hydra-cli -- -H https://hydra.dynamicdiscord.de jobset-wait malobeo2 "$var"
run: nix run nixpkgs#hydra-cli -- -H https://hydra.dynamicdiscord.de jobset-wait malobeo2 "$PR"