Skip to content

Commit eedf320

Browse files
committed
Update cmd in workflow - try to solve permission problem using v1
1 parent 65f52a2 commit eedf320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jwt-auth-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-16.04
1010

1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v1
1313
with:
1414
submodules: recursive
1515
- name: Run Test cases
16-
run: sudo ./t/run.sh
16+
run: ./t/run.sh

0 commit comments

Comments
 (0)