Skip to content

Commit

Permalink
variable capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
derpsteb committed Oct 23, 2023
1 parent cb050a9 commit 1b14fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-s3proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ jobs:
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
fetchMeasurements: ${{ contains(steps.find-latest-image.outputs.image, '/stream/stable/') }}

# Explicitly don't show the KUBECONFIG in the action's output as it is sensitive.
- name: Read kubeconfig
id: kubeconfig
shell: bash
run: |
echo KUBECONFIG=$(cat ${{ steps.create-cluster.outputs.kubeconfig }}) | tee -a "$GITHUB_OUTPUT"
echo kubeconfig=$(cat ${{ steps.create-cluster.outputs.kubeconfig }}) > "$GITHUB_OUTPUT"
build-s3proxy-mint:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 1b14fb5

Please sign in to comment.