Rishi Ranjan
Rishi Ranjan
We might be having similar problems, with logging and email support. We have 3 apps (elixir) with Timber and only 2 of them work. Tried creating new apps and logs...
This will be really useful for Cloudwatch. Additionally, can a `richMessageAction` without colours be provided?
Not too advanced at using `awk` but this works for me: `awk -F ' = ' '$1 ~ /version/ { gsub(/[\"]/, "", $2); printf("%s",$2) }' Cargo.toml` I use it in...
@tractorcow I add another step: ``` - name: Download task definition id: download-task run: | aws ecs describe-task-definition \ --task-definition ${{ env.task-definition }} \ --query taskDefinition > task-definition.json echo "::set-output...