Skip to content

Commit 301be5b

Browse files
authored
fpm auto update: fix tests.yml
2 parents 3428806 + 2b20d05 commit 301be5b

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: 'test-bot.yml', # Must match the filename in .github/workflows/
106+
workflow_id: 'tests.yml', # Must match the filename in .github/workflows/
107107
ref: 'main',
108108
inputs: {
109109
head_sha: '${{ steps.create-pr.outputs.pull-request-head-sha }}'

0 commit comments

Comments
 (0)