-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
218df3f
commit 34e44a7
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Submodules Alternative | ||
|
||
An easy-to-use Git (Sub)modules alternative to make the cloning process easier. | ||
**The project is still WIP, and still contains lots of bugs. It is recommended to use in small projects, until the tool is fairly stable.** | ||
|
||
## What's the difference? | ||
|
||
|
@@ -70,7 +71,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 # This pulls changes before doing any changes | ||
- uses: Panquesito7/[email protected].2 | ||
- uses: Panquesito7/[email protected].3 | ||
with: | ||
repos_filename: repos # In case your file is named `repos.lua`, you can leave it as `repos`. | ||
use_pr: true # Whether to create a pull request when updating/adding the repositories. | ||
|