File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.0.41
2+ _commit : v0.0.41-1-gf72b639
33_src_path : gh:LabAutomationAndScreening/copier-base-template.git
44description : Copier template for creating Python libraries and executables
55python_ci_versions :
Original file line number Diff line number Diff line change 5151 if (!pr) {
5252 throw new Error("No pull_request found in payload; aborting dispatch.");
5353 }
54- await github.actions.createWorkflowDispatch({
54+ await github.rest. actions.createWorkflowDispatch({
5555 owner: context.repo.owner,
5656 repo: context.repo.repo,
5757 workflow_id: "ci.yaml",
Original file line number Diff line number Diff line change 5151 if (!pr) {
5252 throw new Error("No pull_request found in payload; aborting dispatch.");
5353 }
54- await github.actions.createWorkflowDispatch({
54+ await github.rest. actions.createWorkflowDispatch({
5555 owner: context.repo.owner,
5656 repo: context.repo.repo,
5757 workflow_id: "ci.yaml",
You can’t perform that action at this time.
0 commit comments