Skip to content

Commit

Permalink
fix name assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r committed Aug 7, 2024
1 parent 311abf9 commit cdd559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: "./.github/template/setup-golang"

- name: Setup gardener cluster name
run: echo "GARDENER_CLUSTER_NAME=$(echo \"${{ matrix.name }}-${{ github.run_id }}${{ github.run_attempt }}\" | cut -c 1-12)" >> $GITHUB_ENV
run: echo "GARDENER_CLUSTER_NAME=$(echo ${{ matrix.name }}-${{ github.run_id }}${{ github.run_attempt }} | tr -cd '[:alnum:]' | cut -c 1-14)" >> $GITHUB_ENV

# save gardener kubeconfig to a temp file in order to pass it to the command
- name: Save service account to file
Expand Down

0 comments on commit cdd559e

Please sign in to comment.