From 22e49eb5a12788ee003ca817e8f80d94333eed69 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Wed, 25 Mar 2026 10:25:45 +0100 Subject: [PATCH] 2 --- .gitea/workflows/hydra-callback.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/hydra-callback.yml b/.gitea/workflows/hydra-callback.yml index 759bf5e..329935c 100644 --- a/.gitea/workflows/hydra-callback.yml +++ b/.gitea/workflows/hydra-callback.yml @@ -9,7 +9,7 @@ permissions: contents: write jobs: - update_and_check_flake: + hydra_callback: runs-on: ubuntu-latest env: NIXPKGS_ALLOW_UNFREE: 1 @@ -24,6 +24,8 @@ jobs: github_access_token: ${{ secrets.AHTLONS_GITHUB_TOKEN }} - name: Find pr number run: | - echo "PR=$(echo "${{ github.ref }}" | cut -d / -f 3) >> $GITHUB_ENV + 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 "$PR" \ No newline at end of file + run: | + echo "Running now @ pr no $PR" + nix run nixpkgs#hydra-cli -- -H https://hydra.dynamicdiscord.de jobset-wait malobeo2 "$PR" \ No newline at end of file