Skip to content

get rid of leading arrow in commands #32

get rid of leading arrow in commands

get rid of leading arrow in commands #32

Workflow file for this run

name: Auto-update
# Auto-update only listens to `push` events.
# If a pull request is already outdated when enabling auto-merge, manually click on the "Update branch" button a first time to avoid having to wait for another commit to land on the base branch for the pull request to be updated.
on: push
jobs:
Auto:
name: Auto-update
runs-on: ubuntu-latest
steps:
- uses: tibdex/auto-update@4081c5bdc34560b58288a010318054e63e6f4a51
with:
github_token: ${{ secrets.AUTO_REBASE_PAT }}