Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jun 21, 2024
1 parent 6c381d2 commit 128e5fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,13 @@ jobs:
- name: Fetch all tags
run: git fetch --all --tags

- name: Account / Environment / Auto Scaling Variables
- name: Account / Environment / Auto Scaling Variables
id: account
run: |
echo "repo=${GITHUB_REPOSITORY##*/}" >> $GITHUB_OUTPUT
echo "ref=${GITHUB_REF}" >> $GITHUB_OUTPUT
DEFAULT_GIT_BRANCH=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
DEFAULT_GIT_BRANCH=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
echo "default_branch=${DEFAULT_GIT_BRANCH}" >> $GITHUB_OUTPUT
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
Expand All @@ -303,7 +302,6 @@ jobs:
echo "deploymentAccountId=${DEPLOYMENT_ACCOUNT_ID}" >> $GITHUB_OUTPUT
echo "networkingAccountId=${NETWORK_ACCOUNT_ID}" >> $GITHUB_OUTPUT
- name: Set AWS Subnet Blocks
id: network
Expand Down

0 comments on commit 128e5fc

Please sign in to comment.