Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Apr 19, 2024
1 parent a53f405 commit 57a308b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross-version-test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ async function main({ context, github }) {
repository: `${owner}/${repo}`,
ref: pr.merge_commit_sha,
flavors,
// The response of this request doesn't contain the ID of the triggered workflow run.
// As a workaround, generate a UUID and include it in the workflow input.
// See https://github.com/orgs/community/discussions/9752 for more details.
// The response of create-workflow-dispatch request doesn't contain the ID of the triggered
// workflow run. We need to pass a unique identifier to the workflow run and find the run by
// the identifier. See https://github.com/orgs/community/discussions/9752 for more details.
uuid,
},
});
Expand Down

0 comments on commit 57a308b

Please sign in to comment.