More copy pasta
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
id: github_repository_to_lowercase
|
||||
run: |
|
||||
# Grab the value (you can also use `${{ github.ref }}`, `${{ secrets.MY_SECRET }}`, etc.)
|
||||
raw_value="${{ env.MY_VAR }}"
|
||||
raw_value="${{ github.repository }}"
|
||||
# Convert to lower case
|
||||
lower_value=$(echo "$raw_value" | tr '[:upper:]' '[:lower:]')
|
||||
# Export it to the workflow environment
|
||||
|
||||
Reference in New Issue
Block a user