Skip to content

Commit

Permalink
Add files for updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Mar 28, 2024
1 parent c942d22 commit 6f7abbc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 80 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dynamic-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
global_template_repository: varunsridharan/varunsridharan
files: |
README.md
templates/variables/defaults.md=output/variables/defaults.md
templates/file-includes/inline.md=output/file-includes/inline.md
templates/file-includes/reusable-includes.md=output/file-includes/reusable-includes.md
templates/README.md=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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78 changes: 2 additions & 76 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,79 +1,5 @@
# Dynamic Readme - **Github Action** Demo
This repository contains a demo source code on how **Dynamic Readme** Github Action can be used.

## Raw Source Code.
All Raw Source Code are located inside [templates/](templates/) Folder
<\!-- START table.md -->

## Compiled Code
All Compiled code are located inside [output/](output/) Folder.


## Please Visit [Dynamic Readme](https://github.com/varunsridharan/action-dynamic-readme/) for More information on how to use this action

---

<!-- START readme-templates/common-footer.mustache -->
## 📝 Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[Checkout CHANGELOG.md](https://github.com/varunsridharan/demo-action-dynamic-readme/blob/main/CHANGELOG.md)


## 🤝 Contributing
If you would like to help, please take a look at the list of [issues](https://github.com/varunsridharan/demo-action-dynamic-readme/issues/).


## 📜 License & Conduct
- [**The Unlicense**](https://github.com/varunsridharan/demo-action-dynamic-readme/blob/main/LICENSE) © [Varun Sridharan](website)
- [Code of Conduct](https://github.com/varunsridharan/.github/blob/master/CODE_OF_CONDUCT.md)


## 📣 Feedback
- ⭐ This repository if this project helped you! :wink:
- Create An [🔧 Issue](https://github.com/varunsridharan/demo-action-dynamic-readme/issues/) if you need help / found a bug


## 💰 Sponsor
[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].
If you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.

- ☕ How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]
- ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]
- 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]
- 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]

<!-- Personl Links -->
[paypal]: https://sva.onl/paypal
[buymeacoffee]: https://sva.onl/buymeacoffee
[twitter]: https://sva.onl/twitter/
[website]: https://sva.onl/website/


## Connect & Say 👋
- **Follow** me on [👨‍💻 Github][github] and stay updated on free and open-source software
- **Follow** me on [🐦 Twitter][twitter] to get updates on my latest open source projects
- **Message** me on [📠 Telegram][telegram]
- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!

<!-- Personl Links -->
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://sva.onl/github/
[twitter]: https://sva.onl/twitter/
[telegram]: https://sva.onl/telegram/


---

<p align="center">
<i>Built With ♥ By <a href="https://sva.onl/twitter" target="_blank" rel="noopener noreferrer">Varun Sridharan</a> <a href="https://en.wikipedia.org/wiki/India">
<img src="https://cdn.svarun.dev/flag-india.jpg" width="20px"/></a> </i> <br/><br/>
<img src="https://cdn.svarun.dev/codeispoetry.png"/>
</p>

---


<!-- END readme-templates/common-footer.mustache -->
<\!-- END table.md -->
5 changes: 5 additions & 0 deletions templates/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Dynamic Readme - **Github Action** Demo

<\!-- START table.md -->

<\!-- END table.md -->
3 changes: 3 additions & 0 deletions templates/table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| One | Two |
| --- | --- |
| One | Two |

0 comments on commit 6f7abbc

Please sign in to comment.