We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e138ad commit 7055bc6Copy full SHA for 7055bc6
README.md
@@ -58,6 +58,7 @@ Please note that this action is compatible with `dokku >= 0.11.6`.
58
zrrvVLniH+UTjreQkhbFVqLPnL44+LIo30/oQJPISLxMYmZnuwudPN6O6ubyb8MK
59
-----END OPENSSH PRIVATE KEY-----
60
```
61
+
62
- `trace`: (_optional_) Allows users to debug what the action is performing by enabling shell trace mode
63
- example value: `1`
64
action.yml
@@ -75,4 +75,4 @@ runs:
75
REVIEW_APP_NAME: ${{ inputs.review_app_name }}
76
SSH_HOST_KEY: ${{ inputs.ssh_host_key }}
77
SSH_PRIVATE_KEY: ${{ inputs.ssh_private_key }}
78
- TRACE: ${{ inputs.trace }}
+ TRACE: ${{ inputs.trace }}
0 commit comments