A GitHub Actions adapter for the cloudbuild-task-contracts.
npm install cloudbuild-task-github-actions!These NPM packages are typed with TypeScript
!MIT license
!Required Node
!This package depends on actions/core
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.
``ts
import { factory } from 'cloudbuild-task-github-actions';
import { run } from './MyPortableTask';
run(factory);
``