Skip to content

Commit e843194

Browse files
committed
update workflows
1 parent 2ced290 commit e843194

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
workflow_dispatch:
2828
inputs:
2929
sha:
30-
description: The SHA-1 hash referring to the commit to check.
30+
description: The commit hash referring to the commit to check.
3131
required: true
3232
ref:
3333
description: The head branch associated with the pull request.

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
11+
inputs:
12+
sha:
13+
description: The commit hash referring to the commit to check.
14+
required: true
15+
ref:
16+
description: The head branch associated with the pull request.
17+
required: true
1118

1219
jobs:
1320
build:

0 commit comments

Comments
 (0)