Skip to content

Commit

Permalink
Fix E2E tests run name
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 1, 2024
1 parent faa7979 commit d472416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests-on-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run operator E2E tests
run-name: ${{ format('Run inputs.operator_type operator E2E tests') }} by @${{ github.actor }}
run-name: ${{ format('Run {0} operator E2E tests', inputs.operator_type) }} by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit d472416

Please sign in to comment.