Add main branch of the .dotfiles repo
Add the main branch of the dotfiles to update its submodules
This commit is contained in:
parent
4ea7ac46a3
commit
90fea8c01b
1 changed files with 7 additions and 1 deletions
8
.github/workflows/submodules.yml
vendored
8
.github/workflows/submodules.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue