Skip to content

rerun

rerun #1

Workflow file for this run

name: rerun
on: workflow_dispatch
jobs:
sync:
runs-on: ubuntu-latest
steps:
- run: |
gh run rerun --repo Godin/eclipse-eclemma $(gh run list --repo Godin/eclipse-eclemma -b simrel_next --json databaseId --jq '.[0].databaseId')
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}