We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1200962 commit 490010eCopy full SHA for 490010e
1 file changed
.github/workflows/J1900_immortal.yml
@@ -149,7 +149,7 @@ jobs:
149
150
- name: SSH connection to Actions
151
uses: P3TERX/ssh2actions@v1.0.0
152
- #if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
+ if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
153
env:
154
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
155
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
0 commit comments