Skip to content

Commit 83ff3df

Browse files
committed
Fix syntax error.
1 parent d3af382 commit 83ff3df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: action.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898
run: |
9999
mkdir -p ~/bin/
100100
cd ~/bin/
101-
101+
102102
if [ "$COVERAGE_REPORTER_VERSION" == "latest" ]; then
103103
asset_path="latest/download"
104104
else
@@ -129,11 +129,9 @@ runs:
129129
130130
# Extract the tar.gz file
131131
tar -xzf coveralls-linux.tar.gz
132-
133132
# List files again to verify extraction
134-
echo "Files after extraction:"
133+
echo "Files after extraction"
135134
ls -la
136-
137135
rm coveralls-checksums.txt
138136
echo ~/bin >> $GITHUB_PATH
139137

0 commit comments

Comments
 (0)