zenhub-automations/index.js

7 lines
142 B
JavaScript
Raw Normal View History

2019-07-10 14:01:40 +00:00
const { Toolkit } = require('actions-toolkit')
// Run your GitHub Action!
Toolkit.run(async tools => {
tools.exit.success('We did it!')
})