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 e6b136f commit b6afcb4Copy full SHA for b6afcb4
.github/workflows/module_acceptance.yml
@@ -123,7 +123,7 @@ jobs:
123
sudo systemctl stop apparmor
124
fi
125
- name: Start SSH session
126
- if: ${{ github.event.inputs.ssh-debugging == 'true' }}
+ if: ${{ github.event.inputs.ssh-debugging == true }}
127
uses: luchihoratiu/debug-via-ssh@main
128
with:
129
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
0 commit comments