Skip to content

Commit

Permalink
Add WIP notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Jul 4, 2023
1 parent 218df3f commit 34e44a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
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?

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 34e44a7

Please sign in to comment.