Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Aug 2, 2024
1 parent 7b500b1 commit 24beac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/config/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# File: .github/actions/faims-config/action.yml
name: "FAIMS Config"
description: "Pull FAIMS configuration into CDK context and output AWS details. Requires an already cloned github repo!"
inputs:
Expand Down Expand Up @@ -39,6 +38,8 @@ runs:
AWS_REGION=$(jq -r '.aws.region' "$CONFIG_FILE")
AWS_ACCOUNT=$(jq -r '.aws.account' "$CONFIG_FILE")
echo "github output = $GITHUB_OUTPUT"
echo "aws-region=$AWS_REGION" >> $GITHUB_OUTPUT
echo "aws-account=$AWS_ACCOUNT" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 24beac2

Please sign in to comment.