setup-git-repo 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,5 +101,5 @@ Its `.gitignore` is stored as `gitignore`, without the dot, because npm strips
|
|
|
101
101
|
|
|
102
102
|
## Related skills
|
|
103
103
|
|
|
104
|
-
- [`
|
|
105
|
-
- [`
|
|
104
|
+
- [`github-actions-setup`](../../skills/github-actions-setup/SKILL.md) — the workflows: what each needs, how each fails
|
|
105
|
+
- [`git-badges`](../../skills/git-badges/SKILL.md) — the badge block: every badge's setup and failure modes
|