Skip to content

Bump androidx.fragment:fragment-ktx from 1.5.1 to 1.6.1 #147

Bump androidx.fragment:fragment-ktx from 1.5.1 to 1.6.1

Bump androidx.fragment:fragment-ktx from 1.5.1 to 1.6.1 #147

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