Skip to content

Commit 7419d5a

Browse files
committed
Add name to checkout step in JFrog publish workflow
1 parent 16a0ed4 commit 7419d5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/jfrog-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
outputs:
2121
VERSION: ${{ steps.get-version.outputs.VERSION }}
2222
steps:
23-
- uses: actions/checkout@v6
23+
- name: Checkout repository
24+
uses: actions/checkout@v6
2425
with:
2526
fetch-depth: 0
2627

0 commit comments

Comments
 (0)