Skip to content

Commit

Permalink
ci: make expansion more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Oct 25, 2024
1 parent 2c9c486 commit b8c26f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/login_stackit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ runs:
UAT: ${{ inputs.serviceAccountToken }}
shell: bash
run: |
mkdir -p ~/.stackit
echo "${UAT}" > ~/.stackit/credentials.json
export STACKIT_CREDENTIALS_PATH="~/.stackit/credentials.json"
mkdir -p "${HOME}/.stackit"
echo "${UAT}" > "${HOME}/.stackit/credentials.json"

0 comments on commit b8c26f5

Please sign in to comment.