Skip to content

Commit

Permalink
devoopsie #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Sep 20, 2024
1 parent 23807e2 commit 93a92e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/request-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Set login name to lowercase
run: |
USERNAME=$(${{ github.event.sender.login }} | tr '[:upper:]' '[:lower:]')
USERNAME=$(echo ${{ github.event.sender.login }} | tr '[:upper:]' '[:lower:]')
echo $USERNAME >> $GITHUB_OUTPUT
id: username
- name: Add user to sandbox list
Expand Down

0 comments on commit 93a92e5

Please sign in to comment.