Skip to content

Commit 239bf48

Browse files
Update update-node-tables.yml (#55)
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent a18b489 commit 239bf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-node-tables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Install dependencies
19-
run: sudo apt-get install -y jq
19+
run: sudo apt-get install -y jq
2020

2121
- name: Run update script
22-
run: ./update_node_tables.sh
22+
run: ./update_node_tables.sh
2323

2424
- name: Commit changes
2525
run: |

0 commit comments

Comments
 (0)