We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc35483 commit 15b232fCopy full SHA for 15b232f
entrypoint.sh
@@ -9,7 +9,7 @@ pwd # /github/workspace, GITHUB_WORKSPACE dir if actions/checkout used
9
ls # project root's files
10
11
echo "1 $NEW_COVERAGE"
12
-echo "2 ${{ env.NEW_COVERAGE }}"
+#echo "2 ${{ env.NEW_COVERAGE }}"
13
14
env | grep COVERAGE
15
0 commit comments