Skip to content

Commit

Permalink
separate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Aug 21, 2024
1 parent fe836a7 commit 1f141b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Generate Artifact Links
id: generate-links
run: |
echo "### Artifacts for ${{ matrix.os }}" >> artifact-links.md
echo "### Artifacts for ${{ matrix.os }}" > artifact-links.md
echo "- [${{ runner.os }} Artifacts](${{ steps.get-artifact-url.outputs.artifact_url }})" >> artifact-links.md
- name: Verify Artifact Links File
Expand All @@ -129,9 +129,10 @@ jobs:
echo "No artifacts found for this run." > artifact-links.md
fi
- name: Update Pull Request Comment
if: always()
- name: Post Separate PR Comment for Each OS
uses: marocchino/sticky-pull-request-comment@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: artifact-links.md
recreate: true
append: false

0 comments on commit 1f141b1

Please sign in to comment.