Skip to content

rerun-test

rerun-test #18

Workflow file for this run

name: rerun-test
on:
workflow_dispatch:
jobs:
retry:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Rerun workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh run rerun $(gh run list -w test.yml | grep -oE '[0-9]{10}' | head -n 1)