Skip to content

fix: fix readme yaml #4

fix: fix readme yaml

fix: fix readme yaml #4

Workflow file for this run

---
name: Auto merge
on:
pull_request:
jobs:
auto-merge:
uses: clouddrove/github-shared-workflows/.github/workflows/auto_merge.yml@1.0.10
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'example / Check code format'
...