fix
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user