Skip to content

Commit fa4bbec

Browse files
authored
Use head_ref as advised
1 parent 4766811 commit fa4bbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tpip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:
22-
ref: ''
22+
ref: ${{ github.head_ref }}
2323

2424
- uses: actions/setup-node@v4
2525
with:

0 commit comments

Comments
 (0)