Skip to content

Bump com.squareup.leakcanary:leakcanary-android from 2.9.1 to 2.13 #140

Bump com.squareup.leakcanary:leakcanary-android from 2.9.1 to 2.13

Bump com.squareup.leakcanary:leakcanary-android from 2.9.1 to 2.13 #140

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 }}