Skip to content

Run bxl script analyzer. #90

Run bxl script analyzer.

Run bxl script analyzer. #90

Workflow file for this run

name: Mirror main to automain
on:
push:
branches:
- main
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Create and Push automain Branch
run: |
git checkout -B automain
git push origin automain --force