Correction of the flatbuffer submodule

Automatic update only of submodule rpi_ws281x
This commit is contained in:
Paulchen Panther
2022-03-09 17:40:29 +01:00
parent 4c472d50ca
commit f9a5772aa5
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
update: update:
name: Update Submodules name: Update Submodule rpi_ws281x
if: github.repository_owner == 'hyperion-project' if: github.repository_owner == 'hyperion-project'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -17,9 +17,9 @@ jobs:
fetch-depth: 0 fetch-depth: 0
submodules: recursive submodules: recursive
- name: Update submodules - name: Update Submodule rpi_ws281x
id: update id: update
run: git submodule update --remote --recursive run: git submodule update --remote --recursive dependencies/external/rpi_ws281x
- name: Check git status - name: Check git status
id: status id: status
@@ -31,7 +31,7 @@ jobs:
git config --local user.email "20935312+Hyperion-Bot@users.noreply.github.com" git config --local user.email "20935312+Hyperion-Bot@users.noreply.github.com"
git config --local user.name "Hyperion-Bot" git config --local user.name "Hyperion-Bot"
git config --local diff.ignoreSubmodules dirty git config --local diff.ignoreSubmodules dirty
git commit -am "Update submodules" git commit -am "Update submodule rpi_ws281x"
- name: Push changes - name: Push changes
if: ${{ steps.status.outputs.status }} if: ${{ steps.status.outputs.status }}