File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 11name : Test JQ version
22on :
3- workflow_dispatch : {}
4- # # Added pull_request to register workflow from the PR.
3+ workflow_dispatch :
4+ inputs :
5+ ref :
6+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
7+ required : false
8+ type : " string"
9+ sha :
10+ description : " The sha of the commit that triggered the workflow run"
11+ required : false
12+ type : " string" # # Added pull_request to register workflow from the PR.
513 # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
614 # pull_request: {}
715
Original file line number Diff line number Diff line change 11name : Test PR closed
22on :
3- workflow_dispatch : {}
4- # # Added pull_request to register workflow from the PR.
3+ workflow_dispatch :
4+ inputs :
5+ ref :
6+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
7+ required : false
8+ type : " string"
9+ sha :
10+ description : " The sha of the commit that triggered the workflow run"
11+ required : false
12+ type : " string" # # Added pull_request to register workflow from the PR.
513 # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
614 # pull_request: {}
715
Original file line number Diff line number Diff line change 11name : Test PR opened
22on :
3- workflow_dispatch : {}
4- # # Added pull_request to register workflow from the PR.
3+ workflow_dispatch :
4+ inputs :
5+ ref :
6+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
7+ required : false
8+ type : " string"
9+ sha :
10+ description : " The sha of the commit that triggered the workflow run"
11+ required : false
12+ type : " string" # # Added pull_request to register workflow from the PR.
513 # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
614 # pull_request: {}
715
You can’t perform that action at this time.
0 commit comments