Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Apr 2, 2024
1 parent 942e63f commit f523026
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f523026

Please sign in to comment.