Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCZanchetta authored May 29, 2024
1 parent d139d70 commit 137da4a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/dynamic-readme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Dynamic Template

on:
create:
workflow_dispatch:

jobs:
update_templates:
name: "Update Templates"
runs-on: ubuntu-latest
steps:
- name: "📥 Fetching Repository Contents"
uses: actions/checkout@dev

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

- name: "💫 Dynamic Template Render"
uses: varunsridharan/action-dynamic-readme@dev
with:
GLOBAL_TEMPLATE_REPOSITORY: $GITHUB_REPOSITORY
files: |
README.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 137da4a

Please sign in to comment.