Skip to content
file

GitHub Action

Action JS Template

v1 Latest version

Action JS Template

file

Action JS Template

A simple javascript template for rapid development of GitHub actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Action JS Template

uses: actions-cool/action-js-template@v1

Learn more about this action in actions-cool/action-js-template

Choose a version

Action JavaScript Template

A simple javascript template for rapid development of GitHub actions.

CI

πŸš€ How to use?

πŸ“’ Catalog Introduction

β”œβ”€β”€ .github/workflows/     The CI for make sure it is packaged correctly
β”œβ”€β”€ dist                   Package the generated Aciton execution code
β”œβ”€β”€ src                    Component home directory
β”‚   └── main.js            Your code
└── action.yml             Action config

The rest of the documents can be consulted by yourself.

πŸ€– Command introduction

Name Desc
package action build for release

LICENSE

MIT