File tree Expand file tree Collapse file tree 2 files changed +35
-14
lines changed Expand file tree Collapse file tree 2 files changed +35
-14
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change 1
1
<!-- 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
-
16
2
<!-- END Header.mustache -->
17
3
<!-- START ShieldsFull.mustache -->
18
4
<p align =" center " >
You can’t perform that action at this time.
0 commit comments