We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5b297 commit ad96d5eCopy full SHA for ad96d5e
.github/workflows/test.yml
@@ -21,4 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
- uses: ./
23
with:
24
- milliseconds: 1000
+ 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