Skip to content

Commit 9b9c0dc

Browse files
DEVOPS-62 updated readme
1 parent 0485d8f commit 9b9c0dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/github_billing_details.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
pip install pipenv
3030
pipenv install
3131
- name: execute python program
32+
run: |
33+
pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
34+
- name: send email program
3235
env:
3336
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
3437
run: |
35-
pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
38+
pipenv run python3 send_email_using_sendgrid.py
3639
- name: Completed
3740
run: |
3841
echo "program completed successfully"

0 commit comments

Comments
 (0)