Skip to content

Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.0 #153

Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.0

Bump styfle/cancel-workflow-action from 0.9.1 to 0.12.0 #153

Workflow file for this run

name: Automatic Revert
on:
issue_comment:
types: [created]
jobs:
revert-commit:
runs-on: ubuntu-latest
if: contains(github.event.comment.body, '/revert')
steps:
- name: Checkout the latest code
uses: actions/checkout@v3
- name: Automatic Revert
uses: srt32/revert@v0.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}