Skip to content

Commit

Permalink
json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nd996 committed Jan 30, 2024
1 parent 031f667 commit 189816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
no-fail-on-empty-changeset: "1"
capabilities: CAPABILITY_IAM,CAPABILITY_NAMED_IAM
role-arn: arn:aws:iam::${{ secrets.AWS_USER_ID }}:role/GithubActionsDeploymentRole
tags: '[{"key": "group", "value": "RESEARCHIT"}, {"key": "project", "value": "website"}, {"key": "status", "value": "prod"}, {"key": "pushed_by", "value": "githubaction"}, {"key": "defined_in", "value": "cloudformation"}, {"key": "repo_name", "value": "uoy-research/research-it-website-infrastructure"}, {"key": "user", "value": "sl561"}, {"key": "team", "value": "rhpc"}]'
tags: '[{"Key": "group", "Value": "RESEARCHIT"}, {"Key": "project", "Value": "website"}, {"Key": "status", "Value": "prod"}, {"Key": "pushed_by", "Value": "githubaction"}, {"Key": "defined_in", "Value": "cloudformation"}, {"Key": "repo_name", "Value": "uoy-research/research-it-website-infrastructure"}, {"Key": "user", "Value": "sl561"}, {"Key": "team", "Value": "rhpc"}]'

content:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 189816b

Please sign in to comment.