Skip to content

Commit 60a94eb

Browse files
committed
refactor: backend pipeline
1 parent 5ca1d91 commit 60a94eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
runs-on: ubuntu-latest
3636

3737
steps:
38-
- name: Checkout the repository
39-
run: actions/checkout@v4
38+
- name: Checkout repository
39+
uses: actions/checkout@v4
4040

4141
- name: Copy the config file for the vis
4242
run: cp config.example.js config.js

0 commit comments

Comments
 (0)