danielhardej / javascript-action-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My JavaScript Action

This is a GitHub Action written in JavaScript that does XYZ.

Usage

To use this action, add the following step to your workflow:

- name: My JavaScript Action
  uses: my-org/my-js-action@v1
  with:
    some-input: some-value

About