Files
2023-02-21 21:55:45 -07:00

17 lines
531 B
YAML

name: 'Turborepo Workspace Commit Comment Action'
description: 'Comments on a commit with a list of workspaces and their turbo hashes'
author: '0x Labs'
inputs:
dry-run-result:
description: 'The JSON result of the Turborepo dry run'
required: true
token:
description: 'The GitHub authentication token'
default: ${{ github.token }}
require-consistent-names:
description: "Fail if any workspace's name doesn't match its directory name"
default: 'false'
runs:
using: 'node16'
main: 'action/index.js'