Skip to content

Commit

Permalink
renamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Oct 24, 2023
1 parent 81aa281 commit e408772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-tgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-tpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e408772

Please sign in to comment.