0.4.0 • Published 6 months ago

convert-action v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 months ago

convert-action

This is a single purpose CLI that rewrites the runs section in a GitHub Action action.yml file, replacing the current contents with the following:

runs:
  using: node16
  main: dist/index.js

Usage

By default it will update action.yml and set main to dist/index.js

npx convert-action

You can set the value for main by passing an additional parameter:

npx convert-action index.dist.js

You can also change the filename to read:

npx convert-action dist/index.js my-subfolder/action.yml
0.3.0

8 months ago

0.4.0

6 months ago

0.2.2

11 months ago

0.2.0

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago