Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Oct 14, 2024
1 parent acd3918 commit 40f843c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/readme-generate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Generate README from Manifest

on:
# Triggered by a webhook or any other event you prefer
repository_dispatch:
types: [generate_readme]
on: push

permissions:
contents: write
Expand All @@ -21,7 +18,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: "3.12"

- name: Run README generation script
run: |
Expand Down

0 comments on commit 40f843c

Please sign in to comment.