Skip to content

vtisweden/action-update-submodule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Update Submodule Action

This action creates a pull request in a parent repository to update one of its submodules.

Inputs

github-token

Required Personal access token (PAT) used to access the project board.

submodule-path

Required The path to the submodule inside the parent repository.

parent-repository

Required The name of the parent repository, e.g., my-org/my-repo.

parent-branch

Required The base branch of the parent repository.

Example usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published