Skip to content

Commit 4af8894

Browse files
committed
add checkout code
1 parent c3150d6 commit 4af8894

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/files-changed.yml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
update-readme:
4545
runs-on: ubuntu-latest
4646
steps:
47+
- name: Checkout code
48+
uses: actions/checkout@v4
49+
4750
- name: Set up Python
4851
uses: actions/setup-python@v5
4952
with:

0 commit comments

Comments
 (0)