Skip to content

Commit ad96d5e

Browse files
committed
fix workflow
1 parent ce5b297 commit ad96d5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: ./
2323
with:
24-
milliseconds: 1000
24+
currents-api-url: 'http://localhost:4000'
25+
bearer-token: token
26+
github-run-id: ${{ github.run_id }}
27+
github-run-attempt: ${{ github.run_attempt }}

0 commit comments

Comments
 (0)