We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ced290 commit e843194Copy full SHA for e843194
.github/workflows/chromatic.yml
@@ -27,7 +27,7 @@ on:
27
workflow_dispatch:
28
inputs:
29
sha:
30
- description: The SHA-1 hash referring to the commit to check.
+ description: The commit hash referring to the commit to check.
31
required: true
32
ref:
33
description: The head branch associated with the pull request.
.github/workflows/publish.yml
@@ -8,6 +8,13 @@ on:
8
9
# Allows you to run this workflow manually from the Actions tab
10
11
+ inputs:
12
+ sha:
13
14
+ required: true
15
+ ref:
16
+ description: The head branch associated with the pull request.
17
18
19
jobs:
20
build:
0 commit comments