This action creates a pull request in a parent repository to update one of its submodules.
Required Personal access token (PAT) used to access the project board.
Required The path to the submodule inside the parent repository.
Required The name of the parent repository, e.g., my-org/my-repo
.
Required The base branch of the parent repository.
uses: vtisweden/action-update-submodule@main
with:
github-token: ${{ secrets.TOKEN }}
submodule-path: path/to/submodule
parent-repository: my-org/my-repo
parent-branch: main