Skip to content

github-update-gitmodules #11

github-update-gitmodules

github-update-gitmodules #11

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 }}