Skip to content

Commit 191b3c2

Browse files
Fix syntax
1 parent 5ac7abe commit 191b3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
id: file
7878
run: |
7979
file_version=${{ inputs.version }}
80-
size=${{ inputs.size }}}
80+
size=${{ inputs.size }}
8181
echo "$file_version"
8282
V3_8_COMPATIBLE="3.6 3.7 3.8 3.9 3.10"
8383

0 commit comments

Comments
 (0)