File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
50
50
apple_id_pwd : ${{ github.event.inputs.appleIdPwd }}
51
51
ngrok_token : ${{ secrets.NGROK_AUTH_TOKEN }}
52
52
53
- - uses : NyaMisty/reverse-rdp-windows-github-actions-ng@master
54
- if : ${{ always() && github.event_name == 'workflow_dispatch' && github.event.inputs.itunes_debug_enabled }}
55
- with :
56
- ngrok-token : ${{ secrets.NGROK_AUTH_TOKEN }}
57
- password : Aa123456
58
- foreground : false
53
+ # - uses: NyaMisty/reverse-rdp-windows-github-actions-ng@master
54
+ # if: ${{ always() && github.event_name == 'workflow_dispatch' && github.event.inputs.itunes_debug_enabled }}
55
+ # with:
56
+ # ngrok-token: ${{ secrets.NGROK_AUTH_TOKEN }}
57
+ # password: Aa123456
58
+ # foreground: false
59
59
60
60
# Enable tmate debugging of manually-triggered workflows if the input option was provided
61
61
- name : Setup tmate session
You can’t perform that action at this time.
0 commit comments