Skip to content

Commit 4766811

Browse files
authored
Set ref to empty string for default
1 parent f70f47e commit 4766811

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: ${{ github.ref_name }}
22+
ref: ''
2323

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

0 commit comments

Comments
 (0)