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 67b785b commit 6437b96Copy full SHA for 6437b96
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
else
25
echo "SINCE=$(git merge-base origin/$PR_REF $SHA)" >> $GITHUB_OUTPUT
26
fi
27
- env:
+ env:
28
PR_REF: ${{ github.event.pull_request.head.ref }}
29
SHA: ${{ github.sha }}
30
0 commit comments