Skip to content

Commit 3bd9bf4

Browse files
committed
fix(ci): fixed release body step.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent 53621e5 commit 3bd9bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-body.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Clone libs repo
38-
actions: checkout@v4
38+
uses: actions/checkout@v4
3939
with:
4040
ref: ${{ github.event.workflow_run.head_branch }}
4141

0 commit comments

Comments
 (0)