From 69d3d408028175f6eba1ab73cad983e903d87e9f Mon Sep 17 00:00:00 2001 From: Misty Date: Wed, 19 Apr 2023 04:59:05 +0800 Subject: [PATCH] Disable rdp actions so that github won't refuse to run --- .github/workflows/ipa_shell.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ipa_shell.yml b/.github/workflows/ipa_shell.yml index 05071e6..6b2056e 100644 --- a/.github/workflows/ipa_shell.yml +++ b/.github/workflows/ipa_shell.yml @@ -50,12 +50,12 @@ jobs: apple_id_pwd: ${{ github.event.inputs.appleIdPwd }} ngrok_token: ${{ secrets.NGROK_AUTH_TOKEN }} - - uses: NyaMisty/reverse-rdp-windows-github-actions-ng@master - if: ${{ always() && github.event_name == 'workflow_dispatch' && github.event.inputs.itunes_debug_enabled }} - with: - ngrok-token: ${{ secrets.NGROK_AUTH_TOKEN }} - password: Aa123456 - foreground: false + #- uses: NyaMisty/reverse-rdp-windows-github-actions-ng@master + # if: ${{ always() && github.event_name == 'workflow_dispatch' && github.event.inputs.itunes_debug_enabled }} + # with: + # ngrok-token: ${{ secrets.NGROK_AUTH_TOKEN }} + # password: Aa123456 + # foreground: false # Enable tmate debugging of manually-triggered workflows if the input option was provided - name: Setup tmate session