Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Storykit/github-actions

Repository files navigation

Actions

Overview:

This repository holds a collection of GitHub Actions for Storykit Org.

Actions List

Each Action is located in a sub-directory in this repository. Documentation for use can be found along side the source code for the Action.

Helpful Links For Consuming These Actions

Creating a new Action.

  1. Create a PR and a do a new subfolder.
  2. Start building your action and use storykit/github-actions/something_cool@PR_NAME_ON_GIT in the uses field for your action.
  3. Happy developing!