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 a13b739 commit c7293b6Copy full SHA for c7293b6
.github/workflows/ci.yml
@@ -32,6 +32,8 @@ jobs:
32
run: npm run lint
33
- name: Test
34
run: npm run test
35
+ env:
36
+ INPUT_GITHUB_TOKEN: ${{ github.token }} # for core.getInput()
37
38
test-action:
39
name: GraalVM
0 commit comments