Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

kvrhdn/gha-wrapping-action-demo

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Wrapping action demo

This repository is an accompaniment to my blogpost Creating a wrapping action on GitHub Actions.

Getting started

Build the code before checking it in, GitHub Actions will not look at src/ and will only run dist/index.js:

npm run all

The code that is executed can be found in src/index.ts. The GitHub Actions runtime is configured by action.yaml.

License

This Action is distributed under the terms of the MIT license, see LICENSE for details.

Releases

No releases published

Packages

No packages published