We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc467ab commit a1ed5c9Copy full SHA for a1ed5c9
.github/workflows/master.yml
@@ -47,6 +47,7 @@ jobs:
47
COVERAGE=$(cat coverage/coverage.cobertura.xml | grep -oP '(?<=line-rate=")[^"]*' -m 1)
48
COVERAGE=$(printf "%.0f\n" $(bc -l <<< "$COVERAGE*100"))
49
echo "COVERAGE=$COVERAGE%" >> $GITHUB_ENV
50
+ echo "BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
51
- name: Create the Badgegg
52
uses: schneegans/[email protected]
53
with:
0 commit comments