Skip to content

Commit dd96ec8

Browse files
committed
fixup! fix workflow
1 parent b9683ad commit dd96ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-readme.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: "Generate README.md"
88
runs-on: "ubuntu-latest"
99
steps:
10+
- name: "Checkout repository"
11+
uses: "actions/checkout@v4"
1012
- name: "Install Python"
1113
run: |
1214
sudo apt install python3 -y

0 commit comments

Comments
 (0)