This commit is contained in:
2026-03-25 10:36:20 +01:00
parent b238750a16
commit d456c6e386

View File

@@ -24,7 +24,7 @@ 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: |
echo "Running now @ pr no $PR"