Skip to content

Commit 54143c6

Browse files
authored
Update update-readme.yml
1 parent 41994d6 commit 54143c6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/update-readme.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
permissions:
9-
contents: write # Needed for pushing changes
9+
contents: write
1010

1111
jobs:
1212
update-readme:
@@ -15,18 +15,12 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
18-
1918
- name: Set up Python
2019
uses: actions/setup-python@v4
2120
with:
2221
python-version: "3.x"
23-
2422
- name: Run update script
2523
run: python .github/scripts/update_readme.py
26-
27-
- name: Show updated README (debug)
28-
run: cat README.md
29-
3024
- name: Commit changes
3125
run: |
3226
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)