Skip to content

Commit

Permalink
useless echo
Browse files Browse the repository at this point in the history
  • Loading branch information
stenjo committed Aug 19, 2024
1 parent 80c75bc commit 90b5bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stryker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
grep "All files" out > line
awk '{print $4}' line > fullscore
awk '{split($0,a,"."); print a[1]}' fullscore > score
echo "$(echo -n 'stryker-score=' && tr -s '\n' < score)" >> $GITHUB_ENV
"$(echo -n 'stryker-score=' && tr -s '\n' < score)" >> $GITHUB_ENV
- name: Create the Badge for Deploy Rate
uses: Schneegans/dynamic-badges-action@v1.7.0
Expand Down

0 comments on commit 90b5bb6

Please sign in to comment.