Skip to content

Update auto_rebase.yml #7

Update auto_rebase.yml

Update auto_rebase.yml #7

Workflow file for this run

name: Auto Rebase flex-pcb-fix on main update
on:
push:
branches:
- main
jobs:
rebase-flex-pcb-fix:
name: Rebase flex-pcb-fix
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Rebase flex-pcb-fix onto main
uses: cirrus-actions/[email protected]
with:
branch: flex-pcb-fix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}