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 24d8f1d commit 6ecfbf1Copy full SHA for 6ecfbf1
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
test: # make sure the action works on a clean machine without building
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: ./
15
with:
16
dep: list
index.js
@@ -121,6 +121,8 @@ async function dep() {
121
options.push('-o', `${key}=${value}`)
122
}
123
124
+ } catch (e) {
125
+ console.error('Invalid JSON in options')
126
127
128
try {
0 commit comments