Skip to content

v1: Initial Release

Latest
Compare
Choose a tag to compare
@jpsim jpsim released this 22 Aug 14:20
c158dec

Install this action to re-run failed GitHub Actions Workflow runs for the latest commit on a PR by commenting /retest.

Add the following workflow to your repo at .github/workflows/retest.yml:

name: Retest
on:
  issue_comment:
    types: [created]

jobs:
  retest:
    name: Retest
    runs-on: ubuntu-latest
    steps:
      - uses: jpsim/retest@v1

You can also pin to the v1 commit for added security:

jpsim/retest@c158dec0a7f67cb85f8367468dc8a9a75308bb7f