We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76571e commit f7f4cd8Copy full SHA for f7f4cd8
.github/workflows/fix.yaml
@@ -10,6 +10,8 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
+ with:
14
+ ref: ${{ github.head_ref }}
15
- uses: pnpm/action-setup@v4
16
with:
17
version: latest
0 commit comments