Skip to content

Commit

Permalink
Update sync action to add messages in the readme and template files i…
Browse files Browse the repository at this point in the history
…n the CF (#34)

* remove duplicated kinesis option

* Update sync.yml to private messages
  • Loading branch information
guyrenny authored Jan 18, 2024
1 parent 419e1bc commit 531d2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
and .Properties.CodeUri != null) |
.Properties.CodeUri) |= {"Bucket": "!Sub coralogix-serverless-repo-${AWS::Region}", "Key": "coralogix-aws-shipper.zip"}' ./template.yaml
sed -i "s/'!Sub coralogix-serverless-repo-\${AWS::Region}/!Sub 'coralogix-serverless-repo-\${AWS::Region}/g" ./template.yaml
sed -i '3a\#Created automatically from coralogix\/coralogix-aws-shipper' ./template.yaml
sed -i '4a\#Link to the repo: https:\/\/github.com\/coralogix\/coralogix-aws-shipper\/tree\/master/' ./template.yaml
sed -i '9a\ Created automatically from [coralogix-aws-shipper](https:\/\/github.com\/coralogix\/coralogix-aws-shipper) . To make a change to the template please go to the this [link](https:\/\/github.com\/coralogix\/coralogix-aws-shipper\/blob\/master\/template.yaml)' ./README.md
sed -i '10a\ ' ./README.md
cat ./template.yaml
set +xv
Expand Down
4 changes: 0 additions & 4 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ Metadata:
default: Cloudwatch configuration
Parameters:
- CloudWatchLogGroupName
- Label:
default: Kinesis configuration
Parameters:
- KinesisStreamArn
- Label:
default: SNS configuration
Parameters:
Expand Down

0 comments on commit 531d2c3

Please sign in to comment.