Skip to content

Commit fd02b9b

Browse files
authored
Merge branch 'main' into v2
2 parents 3b5848d + 62b83c0 commit fd02b9b

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

.github/workflows/Dynamic-Readme.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: "📄 Dynamic ReadME"
2+
3+
env:
4+
VS_WORKFLOW_TYPE: "dynamic-readme"
5+
6+
on:
7+
workflow_dispatch:
8+
push:
9+
branches:
10+
- main
11+
paths:
12+
- README.md
13+
14+
jobs:
15+
update_readme:
16+
name: "Render & Update ReadME"
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: "📥 Fetching Repository Contents"
20+
uses: actions/checkout@main
21+
22+
- name: "💾 Github Repository Metadata"
23+
uses: varunsridharan/action-repository-meta@main
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
27+
- name: "💫 Update README.md"
28+
uses: "varunsridharan/action-dynamic-readme@main"
29+
with:
30+
GLOBAL_TEMPLATE_REPOSITORY: Jax-Core/ReadME-Template/Templates
31+
commit_message: ⏩ File Rebuilt by Github Actions - Dynamic ReadME
32+
files: |
33+
README.md
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
<!-- START Header.mustache -->
2-
<br />
3-
<div align="center">
4-
<a href="https://github.com/Jax-Core/YourFlyouts">
5-
<img src="https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Icons/YourFlyouts.png" alt="Logo" width="180" height="180">
6-
</a>
7-
8-
<h3 align="center">YourFlyouts</h3>
9-
<p align="center">
10-
Fully customizable, multi-designed flyouts for Windows
11-
<br />
12-
<a href="https://discord.gg/JmgehPSDD6">Help, Report Bugs & Request Features »</a>
13-
</p>
14-
</div>
15-
162
<!-- END Header.mustache -->
173
<!-- START ShieldsFull.mustache -->
184
<p align="center">

0 commit comments

Comments
 (0)