-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (28 loc) · 754 Bytes
/
Copy pathaction.yml
File metadata and controls
28 lines (28 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
name: 'Installs Hoverfly'
description: >
Installs Hoverfly (https://docs.hoverfly.io),
so that other GitHub Actions can use it easily (e.g. for testing)
author: 'John Boyes'
inputs:
version:
description: >
The Hoverfly version to install.
Can be any released Hoverfly version:
https://github.com/SpectoLabs/hoverfly/releases
Defaults to the latest version.
default: 'v1.11.3'
required: false
runner_github_workspace_path:
description: >
Always set this to be: `<dollarsign>{{ github.workspace}}`,
replacing <dollarsign> with $
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.runner_github_workspace_path }}
branding:
icon: 'play'
color: 'blue'