We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests.yml
2 parents 3428806 + 2b20d05 commit 301be5bCopy full SHA for 301be5b
.github/workflows/fpm-version-update.yml
@@ -103,7 +103,7 @@ jobs:
103
await github.rest.actions.createWorkflowDispatch({
104
owner: context.repo.owner,
105
repo: context.repo.repo,
106
- workflow_id: 'test-bot.yml', # Must match the filename in .github/workflows/
+ workflow_id: 'tests.yml', # Must match the filename in .github/workflows/
107
ref: 'main',
108
inputs: {
109
head_sha: '${{ steps.create-pr.outputs.pull-request-head-sha }}'
0 commit comments