Skip to content

Commit

Permalink
fix: correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Mar 28, 2024
1 parent 83017d5 commit 8792c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
default: "ci-main.yml"
upgrade-to-commit:
description: "Commit to run the upgrade test against. Leave blank to use latest successful workflow run."
description: "Commit to run the upgrade test against. Leave blank to use the latest workflow run."
required: false

workflow_call:
Expand All @@ -27,7 +27,7 @@ on:
default: "ci-main.yml"
upgrade-to-commit:
type: string
description: "Commit to run the upgrade test against. Leave blank to use latest successful workflow run."
description: "Commit to run the upgrade test against. Leave blank to use the latest workflow run."
required: false

env:
Expand Down

0 comments on commit 8792c87

Please sign in to comment.