portenta x8: add lan865x T1S driver and dt binding #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync with foundries repo | |
on: | |
push: | |
branches: | |
- main | |
- devel | |
- next | |
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/meta-partner-arduino.git" | |
GIT_ACCESS_TOKEN: ${{ secrets.FOUNDRIES_ACCESS_TOKEN }} | |
PUSH_ALL_REFS: "false" | |