diff --git a/.github/workflows/dynamic-template.yml b/.github/workflows/dynamic-template.yml index 85baa88..17ccc1a 100644 --- a/.github/workflows/dynamic-template.yml +++ b/.github/workflows/dynamic-template.yml @@ -49,8 +49,8 @@ jobs: with: global_template_repository: varunsridharan/varunsridharan files: | - templates/file-includes/README.md=output/file-includes/README.md - templates/file-includes/README.md=README.md + templates/README.md=README.md +# templates/file-includes/README.md=output/file-includes/README.md # README.md # templates/file-includes/inline.md=output/file-includes/inline.md # templates/file-includes/reusable-includes.md=output/file-includes/reusable-includes.md diff --git a/README.md b/README.md index cfd82a1..9d01151 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Dynamic Readme - **Github Action** Demo - -| One | Two | Three | -| --- | --- | --- | -| One | Two | Three | + - + diff --git a/output/file-includes/README.md b/output/file-includes/README.md index cfd82a1..698c50f 100644 --- a/output/file-includes/README.md +++ b/output/file-includes/README.md @@ -1,8 +1,5 @@ # Dynamic Readme - **Github Action** Demo - -| One | Two | Three | -| --- | --- | --- | -| One | Two | Three | + - + diff --git a/templates/file-includes/README.md b/templates/README.md similarity index 100% rename from templates/file-includes/README.md rename to templates/README.md diff --git a/templates/file-includes/parts/table.md b/templates/tables/table.md similarity index 100% rename from templates/file-includes/parts/table.md rename to templates/tables/table.md