Skip to content

Commit 7a5e725

Browse files
committed
fix silly typo
1 parent 52bd102 commit 7a5e725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: clone
22-
- uses: actions/checkout@v2
22+
uses: actions/checkout@v2
2323

2424
- name: Install Node.js
2525
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)