We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b07359 commit 1110603Copy full SHA for 1110603
.github/workflows/pr-lint.yml
@@ -26,6 +26,7 @@ jobs:
26
username: ${{ github.actor }}
27
password: ${{ secrets.github_token }}
28
steps:
29
+ - name: Checkout repository
30
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
with:
32
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments