diff --git a/action.yaml b/action.yaml index 47137ff..c9784be 100644 --- a/action.yaml +++ b/action.yaml @@ -29,7 +29,7 @@ inputs: required: false default: 'a580ac9947c291c4928f5bd6af66c6556355c5ea59b1a0172ab62a9b62d6bd77' containerMode: - description: 'This mode will use the Userspace networking mode (specially for container where tunnel VPN is not possible)' + description: 'This mode will use the Userspace networking mode (specially for container where tunnel VPN is not possible). DEPRECATED, not used anymore' type: boolean required: false default: true @@ -38,6 +38,11 @@ inputs: type: boolean required: false default: false + debugEnabled: + description: 'This mode will allow to SSH to the runner. DEPRECATED, not used, replaced by github runner variable' + type: boolean + required: false + default: false slackChannel: description: 'Provide Slack Channel to send SSH information' type: string