Update data-update_ec2-instance-types.yml
This commit is contained in:
parent
00535eff09
commit
5c93bd6443
@ -24,6 +24,11 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set up Python 3.9
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: 3.9
|
||||||
|
|
||||||
- name: Configure AWS
|
- name: Configure AWS
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
@ -34,6 +39,7 @@ jobs:
|
|||||||
uses: technote-space/create-pr-action@v2
|
uses: technote-space/create-pr-action@v2
|
||||||
with:
|
with:
|
||||||
EXECUTE_COMMANDS: |
|
EXECUTE_COMMANDS: |
|
||||||
|
pip install boto3
|
||||||
scripts/get_instance_info.py
|
scripts/get_instance_info.py
|
||||||
COMMIT_MESSAGE: 'chore: update EC2 Instance Types'
|
COMMIT_MESSAGE: 'chore: update EC2 Instance Types'
|
||||||
COMMIT_NAME: 'Moto Admin'
|
COMMIT_NAME: 'Moto Admin'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user