Skip to content

submodule-updated

submodule-updated #75

name: Pull Latest Submodule Update
on:
repository_dispatch:
types: [submodule-updated]
jobs:
update_submodule:
uses: MarcoMadera/shared-actions/.github/workflows/update-submodule.yml@main
secrets:
token: "${{secrets.BOT_TOKEN}}"
GIT_USER_EMAIL: "${{secrets.GIT_USER_EMAIL}}"
GIT_USER_NAME: "${{secrets.GIT_USER_NAME}}"