Skip to content

Commit

Permalink
Fix SHA issue (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevIos01 authored Oct 25, 2024
1 parent c4970d8 commit b64f365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/post-vercel-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

- name: Fetch base and head branches
run: |
git fetch origin ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/${{ github.event.pull_request.base.ref }}
git fetch origin ${{ github.event.pull_request.head.ref }}:refs/remotes/origin/${{ github.event.pull_request.head.ref }}
git fetch origin ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }}
- name: Get list of changed files
id: changed-files
Expand Down

0 comments on commit b64f365

Please sign in to comment.