aws-cli-action/action.yaml
2025-01-29 22:11:48 +05:30

22 lines
544 B
YAML

name: 'AWS Command Line Interface'
description: 'GitHub Action with the latest AWS CLI in Docker, enabling execution of AWS CLI commands.'
branding:
icon: "terminal"
color: 'orange'
# inputs:
# aws_default_region:
# description: 'AWS Default Region'
# required: true
# aws_acces_key_id:
# description: 'AWS Access Key ID'
# required: true
# aws_secret_access_key:
# description: 'AWS Secret Access Key'
# required: true
runs:
using: 'docker'
image: Dockerfile
# image: 'docker://amazon/aws-cli:2.23.8'