Skip to content

Commit

Permalink
Merge pull request #28465 from geneontology/balhoff-patch-8
Browse files Browse the repository at this point in the history
Trying different post-comment action for inference_diff.yml
  • Loading branch information
balhoff authored Jul 11, 2024
2 parents 40c2e5d + f59a7c8 commit 3f867a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/inference_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
post_comment:
needs: diff_classification
runs-on: ubuntu-latest
container: docker://dvcorg/cml-py3:latest
steps:
- uses: actions/checkout@v4
- name: Download diff
Expand All @@ -77,6 +76,9 @@ jobs:
- name: Prepare comment
run: "echo \"Here's a diff of how these changes impact the classified ontology: \n\" >comment.md; cat classification-diff.md/classification-diff.md >>comment.md"
- name: Post comment
uses: NejcZdovc/comment-pr@v1.1.1
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
run: cml-send-comment comment.md
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "../../comment.md"

0 comments on commit 3f867a9

Please sign in to comment.