0.0.2 • Published 8 months ago
gh-sig v0.0.2
gh-action-sh
GitHub Action Shell Helper
Installation
npm install gh-action-sh
Usage
import { action } from 'gh-action-sh';
action(() => {
console.log('Hello World');
});
GitHub Action Shell Helper
npm install gh-action-sh
import { action } from 'gh-action-sh';
action(() => {
console.log('Hello World');
});