Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed May 24, 2024
1 parent 33eae16 commit 677cdc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# action.yml
name: 'Syncmaven Action'
description: 'Run a command in a new container'
description: 'Run Syncmaven sync command. https://syncmaven.sh'
inputs:
dir:
description: 'Project subdirectory'
Expand All @@ -20,6 +20,9 @@ inputs:
full:
description: 'If sync supports incremental mode, this option will force full refresh. Will apply to all selected syncs'
required: false
branding:
icon: 'refresh-cw'
color: 'orange'
runs:
using: 'docker'
image: 'docker://syncmaven/syncmaven'
Expand Down

0 comments on commit 677cdc5

Please sign in to comment.