Skip to content

Commit fee151a

Browse files
authored
Copier update (fix script again) (#27)
pull in changes
1 parent 802efa5 commit fee151a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

.github/workflows/dependabot-post-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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",

template/.github/workflows/dependabot-post-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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",

0 commit comments

Comments
 (0)