Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Feb 11, 2024
1 parent 2c93ac8 commit de688e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: disclaim preview url in commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
with:
token: ${{ github.token }}
sha: ${{ github.sha }}
body: |
[preview](${{ steps.publish.outputs.url }})
Expand Down

1 comment on commit de688e9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.