Skip to content

Merge branch '9-patch' of https://github.com/fengzhou0w0/TouchControl… #10

Merge branch '9-patch' of https://github.com/fengzhou0w0/TouchControl…

Merge branch '9-patch' of https://github.com/fengzhou0w0/TouchControl… #10

Workflow file for this run

name: cut
on: [ push ]
jobs:
cut:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cut
run: |
shopt -s globstar
java Cutter.java **/*.9.png
- name: Deploy
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Update 9-patch'
branch: '9-patch'
push_options: '--force'
skip_fetch: true
skip_checkout: true