Skip to content

Commit 7b6a309

Browse files
authored
Update diff-bot.yml
1 parent de10ab8 commit 7b6a309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diff-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
# Pull the Docker image and run it with port forwarding
3636
docker pull tsantalis/refactoringminer
37-
docker run -d --env OAuthToken=${{ secrets.OAUTHTOKEN }} -p 6789:6789 tsantalis/refactoringminer diff --url "${{ steps.check_diff.outputs.url }}")
37+
docker run -d --env OAuthToken=${{ secrets.OAUTHTOKEN }} -p 6789:6789 tsantalis/refactoringminer diff --url "${{ steps.check_diff.outputs.url }}"
3838
3939
# Step 2: Install ngrok
4040
- name: Install ngrok

0 commit comments

Comments
 (0)