Skip to content

Commit

Permalink
feat: Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2023
0 parents commit 0e1bc77
Show file tree
Hide file tree
Showing 2 changed files with 28,283 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update ECS Task Definition Action
description: Updates an ECS task definition with single or multiple containers, replacing their image references.
author: YUMEMI Inc.
branding:
icon: refresh-ccw
color: orange
runs:
using: node16
main: 'index.js'
inputs:
token:
required: true
description: Authenticated GitHub token.
default: '${{ github.token }}'

0 comments on commit 0e1bc77

Please sign in to comment.