actions-marketplace-validations/tap-task-action
Sets up the keg-cli and your tap, then runs a task
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cli_git_branch | keg-cli branch to use during execution | — | develop |
| keg_hub_git_branch | keg-hub branch to use during execution | — | develop |
| tap_ref | For PUSH events, the tap ref to checkout (example: /ref/heads/my-feature-branch). When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. | — | ${{ github.ref }} |
| tap_head_ref | For PULL_REQUEST events, the tap branch to checkout (example: /ref/heads/my-feature-branch). When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. `tap-task-action` will try to use this before falling back to `tap_ref` | — | ${{ github.head_ref }} |
| tap_alias | The link alias for your tap. If omitted, the task will look for an alias in your your tap's config file (e.g tap.js(on)) | — | — |
| repository | Repository name with owner. For example, actions/checkout | — | ${{ github.repository }} |
| command | The command to run once the keg-cli and your tap are setup | yes | — |
| token | Personal access token (PAT) used to fetch the repository and push its image. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. | — | ${{ github.token }} |
| user | The username for docker login | — | keg-admin |
Outputs
no outputs