Skip to content

fix default branch for fio action #12

fix default branch for fio action

fix default branch for fio action #12

Workflow file for this run

name: Sync with foundries repo
on:
push:
branches:
- main
- development
- feature/add-workflow
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout source repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync repos
uses: foundriesio/mirror-action@master
with:
REMOTE: "https://source.foundries.io/factories/arduino/lmp-manifest.git"
GIT_ACCESS_TOKEN: ${{ secrets.FOUNDRIES_ACCESS_TOKEN }}
PUSH_ALL_REFS: "false"