Skip to content

Commit

Permalink
ci: update workflow file for bill
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Sep 24, 2024
1 parent efb25fe commit 6bb98eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
echo "MONTH_TO_DATE_USAGE=$MONTH_TO_DATE_USAGE" >> $GITHUB_ENV
- name: "this month bill: ${{ env.MONTH_TO_DATE_USAGE }}"
run: echo "this month bill: $MONTH_TO_DATE_USAGE"
run: echo $MONTH_TO_DATE_USAGE

0 comments on commit 6bb98eb

Please sign in to comment.