mirror of https://github.com/actions/toolkit
Fix syntax mistake in README (#55)
parent
8662b07822
commit
9821b26794
|
@ -76,6 +76,6 @@ try {
|
||||||
// Do stuff
|
// Do stuff
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
core.error('Error ${err}, action may still succeed though');
|
core.error(`Error ${err}, action may still succeed though`);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue