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