-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yaml
More file actions
28 lines (28 loc) · 717 Bytes
/
Copy pathaction.yaml
File metadata and controls
28 lines (28 loc) · 717 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: Workflow Watcher
description: Pause a workflow and wait for another workflow to finish first
branding:
icon: pause
color: yellow
inputs:
repository-name:
description: Repository Name
required: true
repository-owner:
description: Repository Owner
required: true
head-sha:
description: Commit Sha
required: true
base-branch:
description: Base branch
required: true
polling-interval:
description: determines how often a poll occurs to check for a updates from Github API (value in seconds)
required: false
default: 30
secret:
description: Secret
required: true
runs:
using: docker
image: docker://ghcr.io/mostafahussein/workflow-watcher:1.0.0