We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd1ac6 commit 9c7a503Copy full SHA for 9c7a503
.github/workflows/pull-request.yml
@@ -44,6 +44,8 @@ jobs:
44
steps:
45
- name: Checkout code
46
uses: actions/checkout@v3
47
+ with:
48
+ ref: ${{ github.event.pull_request.head.sha }}
49
50
- name: Set up Node.js
51
uses: actions/setup-node@v3
0 commit comments