Add main branch of the .dotfiles repo

Add the main branch of the dotfiles to update its submodules
This commit is contained in:
David Senoner 2024-09-17 11:17:54 +02:00
parent 4ea7ac46a3
commit 90fea8c01b

View file

@ -9,11 +9,17 @@ jobs:
update:
runs-on: ubuntu-latest
strategy:
matrix:
branch:
- main
- tiling
steps:
- uses: actions/checkout@v4
with:
repository: kada49/.dotfiles
ref: tiling
ref: ${{ matrix.branch }}
token: ${{ secrets.GH_PAT }}
submodules: true