cloudbuild-task-github-actions
v0.1.185-beta
Published
A GitHub Actions adapter for the cloudbuild-task-contracts.
Downloads
5
Readme
cloudbuild-task-github-actions
This package implements the cloudbuild-task-contracts abstraction for GitHub Actions, allowing a build task that was written against that abstraction to run as a GitHub Action.
Example usage
import { factory } from 'cloudbuild-task-github-actions';
import { run } from './MyPortableTask';
run(factory);