We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de10ab8 commit 7b6a309Copy full SHA for 7b6a309
.github/workflows/diff-bot.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
# Pull the Docker image and run it with port forwarding
36
docker pull tsantalis/refactoringminer
37
- docker run -d --env OAuthToken=${{ secrets.OAUTHTOKEN }} -p 6789:6789 tsantalis/refactoringminer diff --url "${{ steps.check_diff.outputs.url }}")
+ docker run -d --env OAuthToken=${{ secrets.OAUTHTOKEN }} -p 6789:6789 tsantalis/refactoringminer diff --url "${{ steps.check_diff.outputs.url }}"
38
39
# Step 2: Install ngrok
40
- name: Install ngrok
0 commit comments