Skip to content

Commit

Permalink
wrong event name
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Sep 4, 2024
1 parent 4f1d981 commit 46e553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ module.exports = (app) => {
context.log.info(`repository_dispatch action: ${action}, release_tag: ${releaseTag}`);
context.log.info(`owner: ${repository.owner.login}, repo: ${repository.name}`);

if (action === "update-clic") {
if (action === "clic_update") {
const scriptMapping = {
"pyclesperanto": "pyclesperanto_auto_update.py",
"clesperantoj": "clesperantoj_auto_update.py"
Expand Down

0 comments on commit 46e553a

Please sign in to comment.