Skip to content

Commit e3b3c72

Browse files
committed
Update fpm-version-update.yml
1 parent 301be5b commit e3b3c72

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)