Skip to content

Commit

Permalink
Update name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Sep 26, 2019
1 parent d901ea9 commit 91fb87f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'Git Mirror Action'
description: 'Action for duplicating/mirroring a repository in another location.'
name: 'Mirror a repository using SSH'
description: 'Action for mirroring a repository in another location (Bitbucket, GitHub, GitLab, …) using SSH.'
branding:
icon: 'copy'
color: 'orange'
inputs:
source-repo:
description: 'SSH URLs of the source repo.'
description: 'SSH URL of the source repo.'
required: true
default: ''
destination-repo:
description: 'SSH URLs of the destination repo.'
description: 'SSH URL of the destination repo.'
required: true
default: ''
runs:
Expand Down

0 comments on commit 91fb87f

Please sign in to comment.