Skip to content

feat: updated branch name in uses of workflow #24

feat: updated branch name in uses of workflow

feat: updated branch name in uses of workflow #24

Workflow file for this run

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