Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
address reid pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chtakahashi committed Aug 18, 2021
1 parent aae3600 commit e42c941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The purpose of this repository is to provide a GitHub Action to
scale down an ECS service's desired count to zero.

This action leverages the aws-actions/configure-aws-credentials action.
This action leverages the aws-actions/configure-aws-credentials action. Since GitHub Actions currently does not allow composite actions to call other actions, we chose to integrate the JavaScript code from existing aws-actions into this repository.

## What it does

Expand Down Expand Up @@ -39,4 +39,4 @@ ecs-scaledown:
cluster: github-runner
```
**NOTE**: When using this to deprovision Self-Hosted GitHub runners, you must populate the `needs` argument in the YAML above with all other jobs that are using self-hosted runners.
**NOTE**: When using this to deprovision Self-Hosted GitHub runners, you must populate the `needs` argument in the YAML above with all jobs that are using self-hosted runners. To do this, replace ALL_OTHER_JOBS with a list of jobs denoted by name.

0 comments on commit e42c941

Please sign in to comment.