Skip to content

Commit

Permalink
Merge branch 'main' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax authored Aug 12, 2022
2 parents 3b5848d + 62b83c0 commit fd02b9b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 14 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/Dynamic-Readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "📄 Dynamic ReadME"

env:
VS_WORKFLOW_TYPE: "dynamic-readme"

on:
workflow_dispatch:
push:
branches:
- main
paths:
- README.md

jobs:
update_readme:
name: "Render & Update ReadME"
runs-on: ubuntu-latest
steps:
- name: "📥 Fetching Repository Contents"
uses: actions/checkout@main

- name: "💾 Github Repository Metadata"
uses: varunsridharan/action-repository-meta@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "💫 Update README.md"
uses: "varunsridharan/action-dynamic-readme@main"
with:
GLOBAL_TEMPLATE_REPOSITORY: Jax-Core/ReadME-Template/Templates
commit_message: ⏩ File Rebuilt by Github Actions - Dynamic ReadME
files: |
README.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
<!-- START Header.mustache -->
<br />
<div align="center">
<a href="https://github.com/Jax-Core/YourFlyouts">
<img src="https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Icons/YourFlyouts.png" alt="Logo" width="180" height="180">
</a>

<h3 align="center">YourFlyouts</h3>
<p align="center">
Fully customizable, multi-designed flyouts for Windows
<br />
<a href="https://discord.gg/JmgehPSDD6">Help, Report Bugs & Request Features »</a>
</p>
</div>

<!-- END Header.mustache -->
<!-- START ShieldsFull.mustache -->
<p align="center">
Expand Down

0 comments on commit fd02b9b

Please sign in to comment.