Skip to content

Commit 2c88a6f

Browse files
Update nbgv_dotnet_pack.yml
1 parent 98d759e commit 2c88a6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nbgv_dotnet_pack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
steps:
3636
- name: ⬇️ Checkout
3737
uses: actions/checkout@v4
38-
with: { fetch-depth: 0 }
38+
with:
39+
ref: ${{ inputs.checkout_ref }} # caller-supplied branch/tag/SHA
40+
fetch-depth: 0
3941

4042
- name: 🛠️ Setup .NET
4143
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)