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 a9209e2 commit 33eae16
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# action.yml
name: 'Syncmaven Action'
description: 'Run a command in a new container'
inputs:
dir:
description: 'Project subdirectory'
required: false
select:
description: 'Syncs to run'
required: false
state:
description: 'State DB location, e.g. postgres://user:password@host:port/dbname'
required: false
debug:
description: 'Enable extra logging for debugging purposes'
required: false
vars:
description: 'Environment variables to set in the container'
required: false
full:
description: 'If sync supports incremental mode, this option will force full refresh. Will apply to all selected syncs'
required: false
runs:
using: 'docker'
image: 'docker://syncmaven/syncmaven'
entrypoint: 'action.sh'

0 comments on commit 33eae16

Please sign in to comment.