run function to handle GitHub Action main and post runs

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-21 08:12:26 +01:00
parent 1383a2bcaf
commit f2b1224b00
4 changed files with 46 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ $ npm install @docker/actions-toolkit
## Usage
```js
const { Toolkit } = require('@docker/actions-toolkit')
const { Toolkit } = require('@docker/actions-toolkit/lib/toolkit')
const toolkit = new Toolkit()
```