Skip to content

Commit

Permalink
Replace GH action in documentation (closes #73)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz committed Jan 29, 2024
1 parent c98b867 commit 4d53700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
goff argocd app "./target/argocd" --repo-server="reposerver:8081" --output-dir=/tmp/target/
goff diff "/tmp/source" "/tmp/target" --output-dir .
- name: comment PR
uses: machine-learning-apps/pr-comment@master
uses: thollander/actions-comment-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: diff.md
filePath: diff.md
```
## Gitlab
Expand Down

0 comments on commit 4d53700

Please sign in to comment.