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 0485d8f commit 9b9c0dcCopy full SHA for 9b9c0dc
.github/workflows/github_billing_details.yaml
@@ -29,10 +29,13 @@ jobs:
29
pip install pipenv
30
pipenv install
31
- 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
35
env:
36
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
37
run: |
- pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
38
+ pipenv run python3 send_email_using_sendgrid.py
39
- name: Completed
40
41
echo "program completed successfully"
0 commit comments