mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 13:56:28 +00:00
feat: add debug input to action and enable debug mode in entrypoint script
This commit is contained in:
@@ -41,6 +41,10 @@ inputs:
|
||||
description: 'The remote key passphrase'
|
||||
required: false
|
||||
default: ''
|
||||
debug:
|
||||
description: 'Debug the action'
|
||||
required: false
|
||||
default: 'false'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
||||
Reference in New Issue
Block a user