Skip to content

Commit

Permalink
ci(chore): fix comment-on-pr ver
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Feb 12, 2024
1 parent 9da1298 commit 7c0211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
REMOTE_USER: root
REMOTE_PORT: 2022
TARGET: ${{ format('/data/{0}/{1}', env.APP_NAME, env.GITHUB_REF_SLUG_URL) }}
- uses: unsplash/comment-on-pr@85a56be792d927ac4bfa2f4326607d38e80e6e60
- uses: unsplash/comment-on-pr@v1.3.1
if: github.event_name == 'pull_request'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7c0211c

Please sign in to comment.