Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 19, 2024
1 parent 8e91f59 commit 6fdd82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:

- name: Update ENV variables from inputs if available
run: |
K8S_VERSION = ${{ inputs.k8s_version || env.K8S_VERSION }}
K8S_VERSION=${{ inputs.k8s_version || env.K8S_VERSION }}
echo "K8S_VERSION=${K8S_VERSION}" >> $GITHUB_ENV
UATS_BRANCH = ${{ inputs.uats_branch || env.UATS_BRANCH }}
UATS_BRANCH=${{ inputs.uats_branch || env.UATS_BRANCH }}
echo "K8S_VERSION=${K8S_VERSION}" >> $GITHUB_ENV
- name: Print environment variables
Expand Down

0 comments on commit 6fdd82f

Please sign in to comment.