Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

GitHub action to run scripts in Octorelease context

License

Notifications You must be signed in to change notification settings

zowe-actions/octorelease-script

Repository files navigation

Sample plugin

GitHub action to run scripts in Octorelease context.

Inputs

artifact-name

Name of artifact to create for sharing data between jobs.

github-token

Personal access token for authentication to GitHub APIs. Default github.token.

script

Required Name of script to run from the scripts directory.

working-dir

Custom working directory to use instead of the project root.

Example usage

- uses: octorelease/run-script@master
  with:
    script: npmUpdate

About

GitHub action to run scripts in Octorelease context

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published