Skip to content

Commit

Permalink
Create Dynamic-Readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax authored Aug 1, 2022
1 parent 9cca70c commit 32e7b83
Showing 1 changed file with 35 additions and 0 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 }}

0 comments on commit 32e7b83

Please sign in to comment.