Skip to content

Commit

Permalink
git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Oct 20, 2023
1 parent a4f11b4 commit 49fb48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get Main Branch SHA
id: get-main-branch-sha
run: |
SHA=$(git rev-parse main)
SHA=$(git rev-parse origin/main)
echo "::set-output name=sha::$SHA"
Expand Down

0 comments on commit 49fb48e

Please sign in to comment.