Skip to content

Commit

Permalink
Create update-readme workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximumFX authored Apr 11, 2024
1 parent 5b3271a commit 38c2af5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Update README.md

on:
workflow_dispatch:
push:
branches:
- dev
paths:
- "info.yml"

permissions:
contents: write

jobs:
run:
name: Generating README.md
runs-on: ubuntu-latest
steps:
- uses: MaximumFX/tk-readme-generator@v1.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38c2af5

Please sign in to comment.