Skip to content

Commit

Permalink
chore: E2E Upgrade commit status (#4692)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Sep 25, 2023
1 parent fd955bd commit d94c5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- if: always() && inputs.event_name == 'workflow_run'
uses: ./.github/actions/commit-status/start
with:
name: "${{ github.workflow }} / e2e (Upgrade) / ${{ github.job }} (snapshot)"
name: ${{ github.workflow }} (${{ inputs.k8s_version }}) / e2e (Upgrade)
git_ref: ${{ inputs.to_git_ref }}
- uses: ./.github/actions/install-deps
- uses: actions/checkout@v4
Expand Down Expand Up @@ -172,5 +172,5 @@ jobs:
- if: always() && inputs.event_name == 'workflow_run'
uses: ./.github/actions/commit-status/end
with:
name: "${{ github.workflow }} / e2e (Upgrade) / ${{ github.job }} (snapshot)"
name: ${{ github.workflow }} (${{ inputs.k8s_version }}) / e2e (Upgrade)
git_ref: ${{ inputs.to_git_ref }}

0 comments on commit d94c5c9

Please sign in to comment.