mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Correction of the flatbuffer submodule
Automatic update only of submodule rpi_ws281x
This commit is contained in:
parent
4c472d50ca
commit
f9a5772aa5
8
.github/workflows/nightly.yml
vendored
8
.github/workflows/nightly.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
name: Update Submodules
|
||||
name: Update Submodule rpi_ws281x
|
||||
if: github.repository_owner == 'hyperion-project'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -17,9 +17,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
submodules: recursive
|
||||
|
||||
- name: Update submodules
|
||||
- name: Update Submodule rpi_ws281x
|
||||
id: update
|
||||
run: git submodule update --remote --recursive
|
||||
run: git submodule update --remote --recursive dependencies/external/rpi_ws281x
|
||||
|
||||
- name: Check git status
|
||||
id: status
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
git config --local user.email "20935312+Hyperion-Bot@users.noreply.github.com"
|
||||
git config --local user.name "Hyperion-Bot"
|
||||
git config --local diff.ignoreSubmodules dirty
|
||||
git commit -am "Update submodules"
|
||||
git commit -am "Update submodule rpi_ws281x"
|
||||
|
||||
- name: Push changes
|
||||
if: ${{ steps.status.outputs.status }}
|
||||
|
2
dependencies/external/flatbuffers
vendored
2
dependencies/external/flatbuffers
vendored
@ -1 +1 @@
|
||||
Subproject commit d6483965159697172b7ffe6914968a0553726c34
|
||||
Subproject commit 97a30171cb8a772741a9a58f92b9df47e9ca21d6
|
2
dependencies/external/rpi_ws281x
vendored
2
dependencies/external/rpi_ws281x
vendored
@ -1 +1 @@
|
||||
Subproject commit d5689872956852bdcd9518fc7394b90e8665f269
|
||||
Subproject commit 4b41a83c6aeb945cd7cdf6e1b4f764f4943f4b1f
|
Loading…
Reference in New Issue
Block a user