Add update submodules github action (#853)

* Add update submodules github action

* Small fix
This commit is contained in:
Semyon Bezrukov
2022-02-22 11:31:38 +03:00
committed by GitHub
parent 6821e6a602
commit 3da7620477
+25
View File
@@ -0,0 +1,25 @@
name: Update submodules
on:
workflow_dispatch:
jobs:
update-submodules:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Update submodules recursively
run: git submodule update --recursive --remote
- name: Commit & push changes
uses: EndBug/add-and-commit@v8
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
message: Update submodules