Skip to content

Commit

Permalink
Disable rdp actions so that github won't refuse to run
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Apr 18, 2023
1 parent dfd6096 commit 69d3d40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ipa_shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69d3d40

Please sign in to comment.