Skip to content

Commit 15b232f

Browse files
committed
rm templating markup from sh
1 parent cc35483 commit 15b232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pwd # /github/workspace, GITHUB_WORKSPACE dir if actions/checkout used
99
ls # project root's files
1010

1111
echo "1 $NEW_COVERAGE"
12-
echo "2 ${{ env.NEW_COVERAGE }}"
12+
#echo "2 ${{ env.NEW_COVERAGE }}"
1313

1414
env | grep COVERAGE
1515

0 commit comments

Comments
 (0)