Skip to content

Commit

Permalink
Get Url from git command when running the preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed May 6, 2024
1 parent 1393d63 commit 63faa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-v $(pwd)/pull-request:/target-branch \
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e GIT_REPO="https://github.com/dag-andersen/argocd-diff-preview.git" \
-e GIT_REPO="$(git config --get remote.origin.url)" \
dagandersen/argocd-diff-preview:latest
- name: Post diff as comment
Expand Down

0 comments on commit 63faa76

Please sign in to comment.