We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3af382 commit 83ff3dfCopy full SHA for 83ff3df
action.yml
@@ -98,7 +98,7 @@ runs:
98
run: |
99
mkdir -p ~/bin/
100
cd ~/bin/
101
-
+
102
if [ "$COVERAGE_REPORTER_VERSION" == "latest" ]; then
103
asset_path="latest/download"
104
else
@@ -129,11 +129,9 @@ runs:
129
130
# Extract the tar.gz file
131
tar -xzf coveralls-linux.tar.gz
132
133
# List files again to verify extraction
134
- echo "Files after extraction:"
+ echo "Files after extraction"
135
ls -la
136
137
rm coveralls-checksums.txt
138
echo ~/bin >> $GITHUB_PATH
139
0 commit comments