Skip to content

Commit

Permalink
add run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
kokyhm committed Sep 25, 2024
1 parent 9fc4f7b commit f4176d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Dependency create bump PR for ${{ inputs.component }} from ${{ inputs.current_version }} to ${{ inputs.latest_version }}
name: Dependency create bump PR
run-name: Create bump PR for ${{ inputs.component }} from ${{ inputs.current_version }} to ${{ inputs.latest_version }}

on:
workflow_dispatch:
Expand Down

0 comments on commit f4176d0

Please sign in to comment.