Skip to content

Commit

Permalink
fix(appends): ensure we relace files (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock authored Aug 21, 2024
1 parent 2ab3fa2 commit 71e838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ecs-codedeploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
- name: Render Amazon ECS App Spec
shell: bash
run: |
cat <<EOT >> appspec.json
cat <<EOT > appspec.json
{
"version": 0.0,
"Resources": [
Expand Down

0 comments on commit 71e838b

Please sign in to comment.