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 a001be9 commit 1932061
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 @@ -19,5 +19,5 @@ jobs:
"https://api.digitalocean.com/v2/customers/my/balance" | jq > '.month_to_date_usage')
echo "MONTH_TO_DATE_USAGE=$MONTH_TO_DATE_USAGE" >> $GITHUB_ENV
- name: this month bill: ${{ env.MONTH_TO_DATE_USAGE }}
- name: "this month bill: ${{ env.MONTH_TO_DATE_USAGE }}"
run: echo this month bill: ${{ env.MONTH_TO_DATE_USAGE }}

0 comments on commit 1932061

Please sign in to comment.