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 10933c1 commit d8df294Copy full SHA for d8df294
.github/workflows/test-positive.yml
@@ -5,8 +5,16 @@ on:
5
# # Added pull_request to register workflow from the PR.
6
# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
7
# pull_request: {}
8
- workflow_dispatch: {}
9
-
+ workflow_dispatch:
+ inputs:
10
+ ref:
11
+ description: "The fully-formed ref of the branch or tag that triggered the workflow run"
12
+ required: false
13
+ type: "string"
14
+ sha:
15
+ description: "The sha of the commit that triggered the workflow run"
16
17
18
jobs:
19
setup:
20
runs-on: ubuntu-latest
0 commit comments