Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Aug 30, 2024
1 parent 62b7252 commit c0ed1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_pyclesperanto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
(async () => {
const releaseTag = context.payload.client_payload.release_tag || context.event.inputs.release_tag;
console.log(`Checking if issue already exists for release tag: ${releaseTag}` in pyclesperanto);
console.log(`Checking if issue already exists for release tag: ${releaseTag} in pyclesperanto`);
const { data: issues } = await github.rest.issues.listForRepo({
owner: context.repo.owner,
repo: 'bot_playground',
Expand Down

0 comments on commit c0ed1d2

Please sign in to comment.