Skip to content

Commit

Permalink
Merge pull request #94 from dfds/add_trigger_blueprints_workflow2
Browse files Browse the repository at this point in the history
Fix release output
  • Loading branch information
aleksandra-fromm authored Jan 24, 2024
2 parents 1de32c5 + 8926aec commit 8995657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
curl -X POST https://api.github.com/repos/dfds/infrastructure-blueprints/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.AUTH_TOKEN }} \
--data '{"event_type": "trigger-workflow", "client_payload": { "release_tag": "${{ github.release.outputs.tag_name }}" }}'
--data '{"event_type": "trigger-workflow", "client_payload": { "release_tag": "${{ steps.release.outputs.tag_name }}" }}'
2 changes: 1 addition & 1 deletion modules/cloudwatch_log_groups/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "cw_log_group_skip_destroy_on_deletion" {
}

variable "tags" {
description = "A mapping of tags to assign to all resources."
description = "A mapping of tags to assign to all resources"
type = map(string)
default = {}
}

0 comments on commit 8995657

Please sign in to comment.