Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2025
1 parent 31071de commit bb494f4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Update Submodule

on:
push:
branches:
- main

jobs:
update-submodule:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository with Submodules
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set Git User Info
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Update Submodules
run: |
git submodule update --init --recursive --remote
git add .
git commit -m "Auto-update all submodules" || echo "No changes to commit"
git push
name: Update Submodule

on:
push:
branches:
- main

jobs:
update-submodule:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository with Submodules
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set Git User Info
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Update Submodules
run: |
git submodule update --init --recursive --remote
git add .
git commit -m "Auto-update all submodules" || echo "No changes to commit"
git push

0 comments on commit bb494f4

Please sign in to comment.