Skip to content

Commit d727116

Browse files
author
LE SAULNIER Kevin
committed
fix: typo
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 8ed21f8 commit d727116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git clone $url
6161
folder=$(basename "$url" .git)
6262
cd $folder
63-
commit_date='${{ steps.load_date.outputs.date_value }}''
63+
commit_date='${{ steps.load_date.outputs.date_value }}'
6464
commit_hash=$(git rev-list -n 1 --before="$commit_date" main)
6565
git checkout $commit_hash
6666

0 commit comments

Comments
 (0)