Skip to content

chore/bot-update-submodule Update submodules for matching repositories #59

chore/bot-update-submodule Update submodules for matching repositories

chore/bot-update-submodule Update submodules for matching repositories #59

# ---
# name: github-update-gitmodules
# on:
# push:
# branches:
# - main
# workflow_dispatch:
# jobs:
# update-submodules:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: Set up Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '20'
# - name: Run GitHub Update Gitmodules Action
# uses: opencepk/opencepk-module-ghactions-common/github-update-gitmodules@fix/update-gitmodules-action
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# repo: ${{ github.repository }}