Skip to content

Commit

Permalink
Uppercase username
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Jan 8, 2025
1 parent 85e802a commit 652fde8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Set up environment
run: |
echo "SECRET_NAME=S3KEY_${{ inputs.username }}" >> $GITHUB_ENV
USERNAME_UPPER=$(echo "${{ inputs.username }}" | tr '[:lower:]' '[:upper:]')
echo "SECRET_NAME=S3KEY_${USERNAME_UPPER}" >> $GITHUB_ENV
- name: Create endpoint
run: |
Expand Down

0 comments on commit 652fde8

Please sign in to comment.