Skip to content

Commit 87d3937

Browse files
committed
Update pull request workflow
1 parent c3fb728 commit 87d3937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pullrequest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
uses: actions/checkout@v4
1010
with:
1111
ref: ${{ github.event.pull_request.head.ref }}
12-
- name: List files
13-
run: ls -la
12+
- name: Run generate_repo.py script
13+
run: python3 generate_repo.py

0 commit comments

Comments
 (0)