Skip to content

Commit

Permalink
letting the action know that it is terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 3, 2024
1 parent 579f549 commit b6c07a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
AWS_REGION: us-east-1
CLUSTER_NAME: ciroh-portal-prod

steps:
- uses: actions/checkout@v3

Expand All @@ -40,6 +41,7 @@ jobs:
run: |
echo "TAG=dev_${GITHUB_SHA}" >> $GITHUB_ENV
echo "TAG_LATEST=dev_latest" >> $GITHUB_ENV
echo "GPG_TTY=$(tty)" >> $GITHUB_ENV
- name: Import GPG Key
run: |
Expand Down

0 comments on commit b6c07a5

Please sign in to comment.