We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6a309 commit 54f1b90Copy full SHA for 54f1b90
.github/workflows/diff-bot.yml
@@ -54,8 +54,7 @@ jobs:
54
- name: Expose Docker container via ngrok
55
id: expose_ngrok
56
if: ${{ steps.check_diff.outputs.triggered == 'true' }}
57
- run: |
58
- timeout 1h ngrok http 6789 &
+ run: ngrok http 6789 &
59
60
# Step 5: Retrieve ngrok URL and store it as an output
61
- name: Get ngrok URL
0 commit comments