mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 21:54:05 +02:00
Removed source from infront of tests directory
This commit is contained in:
2
.github/workflows/generate-readme.yml
vendored
2
.github/workflows/generate-readme.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add source/tests/test.md
|
||||
git add tests/test.md
|
||||
git add ../resources/readmes/
|
||||
git add ../README.md
|
||||
git diff --quiet && git diff --staged --quiet || git commit -m "Generate READMEs"
|
||||
|
||||
Reference in New Issue
Block a user