diff --git a/.github/workflows/test-tgc.yml b/.github/workflows/test-tgc.yml index 745463f73c9b..a22bc69203dc 100644 --- a/.github/workflows/test-tgc.yml +++ b/.github/workflows/test-tgc.yml @@ -25,8 +25,8 @@ on: sha: description: "The commit SHA in magic-modules repository where the status result will be posted" required: true - initiator_id: - description: "Metadata about the caller who initiated the dispatch event" + caller_id: + description: "Identity of the workflow dispatch caller" concurrency: group: test-tgc-${{ github.event.inputs.owner }}-${{ github.event.inputs.repo }}-${{ github.event.inputs.branch }} diff --git a/.github/workflows/test-tpg.yml b/.github/workflows/test-tpg.yml index 834b6a0515c7..6d7e544aecd5 100644 --- a/.github/workflows/test-tpg.yml +++ b/.github/workflows/test-tpg.yml @@ -25,8 +25,8 @@ on: sha: description: "The commit SHA in magic-modules repository where the status result will be posted" required: true - initiator_id: - description: "Metadata about the caller who initiated the dispatch event" + caller_id: + description: "Identity of the workflow dispatch caller" concurrency: group: test-tpg-${{ github.event.inputs.owner }}-${{ github.event.inputs.repo }}-${{ github.event.inputs.branch }}