diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index b13734d..c0f42fe 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -73,16 +73,16 @@ jobs: echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}" nix profile diff-closures --profile ./profile | perl -pe 's/\e\[[0-9;]*m(?:\e\[K)?//g' >> "${GITHUB_OUTPUT}" echo "${delimiter}" >> "${GITHUB_OUTPUT}" - - name: Comment report in pr - uses: https://github.com/marocchino/sticky-pull-request-comment@v2 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - header: ".#top.${{ matrix.system }}" - message: | - ### Report for `${{ matrix.system }}` + # - name: Comment report in pr + # uses: https://github.com/marocchino/sticky-pull-request-comment@v2 + # with: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # header: ".#top.${{ matrix.system }}" + # message: | + # ### Report for `${{ matrix.system }}` - Version changes
-
 ${{ steps.diff.outputs.diff }} 
+ # Version changes
+ #
 ${{ steps.diff.outputs.diff }} 
# - name: Push to Cachix # if: success() # env: