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.
2 parents 301be5b + e3b3c72 commit 7f3bb06Copy full SHA for 7f3bb06
.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: 'tests.yml', # Must match the filename in .github/workflows/
+ workflow_id: 'tests.yml',
107
ref: 'main',
108
inputs: {
109
head_sha: '${{ steps.create-pr.outputs.pull-request-head-sha }}'
0 commit comments