Skip to content

Commit b6afcb4

Browse files
committed
correct_case
1 parent e6b136f commit b6afcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
sudo systemctl stop apparmor
124124
fi
125125
- name: Start SSH session
126-
if: ${{ github.event.inputs.ssh-debugging == 'true' }}
126+
if: ${{ github.event.inputs.ssh-debugging == true }}
127127
uses: luchihoratiu/debug-via-ssh@main
128128
with:
129129
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}

0 commit comments

Comments
 (0)