Skip to content

Commit

Permalink
set action run name
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 12, 2024
1 parent 527ae85 commit c2b7e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Copy Docker Image
run-name: Copy ${{ inputs.source_repo }} to ${{ inputs.destination_repo }}
on:
workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Sync Docker Images
run-name: Sync ${{ inputs.source_repo }} to ${{ inputs.destination_scope }}
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit c2b7e34

Please sign in to comment.