Skip to content

Commit

Permalink
test env print
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jan 25, 2024
1 parent a9d5454 commit 8d55451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: print input
run: |
version=${{ matrix.bundle_version }}
name=kf${VERSION//.}
name="kf""${VERSION//.}"
echo name=${name}
echo ${name} >> $GITHUB_ENV
Expand Down

0 comments on commit 8d55451

Please sign in to comment.