commit 2c5c0b0bd4f198fffa4c401689ac4dbff17a650b parent eb1ede9b59be009fe42ac0bcf74f0c0349df74e3 Author: minerva-jupiter <ryouturn@gmail.com> Date: Tue, 22 Apr 2025 19:12:34 +0900 delete PR comment Diffstat:
| M | .github/workflows/PushBuild.yaml | | | 9 | ++------- |
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/PushBuild.yaml b/.github/workflows/PushBuild.yaml @@ -23,9 +23,4 @@ jobs: with: name: main path: ./main.pdf - retention-days: 7 - - name: Add comment to PR - run: | - gh pr comment ${{ github.event.number }} -b "${{ steps.artifact-upload-step.outputs.artifact-url }}" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}- \ No newline at end of file + retention-days: 7+ \ No newline at end of file