Skip to content

Commit 7f3bb06

Browse files
authored
typo: remove python comment (#54)
2 parents 301be5b + e3b3c72 commit 7f3bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fpm-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
await github.rest.actions.createWorkflowDispatch({
104104
owner: context.repo.owner,
105105
repo: context.repo.repo,
106-
workflow_id: 'tests.yml', # Must match the filename in .github/workflows/
106+
workflow_id: 'tests.yml',
107107
ref: 'main',
108108
inputs: {
109109
head_sha: '${{ steps.create-pr.outputs.pull-request-head-sha }}'

0 commit comments

Comments
 (0)