Tabs
This commit is contained in:
@@ -15,10 +15,10 @@ jobs:
|
||||
environment: production
|
||||
steps:
|
||||
- name: Convert to lowercase
|
||||
id: github_repository_to_lowercase
|
||||
uses: step-security/change-string-case-action@v6
|
||||
with:
|
||||
inputStr: ${{ github.repository }} # Replace with your variable
|
||||
id: github_repository_to_lowercase
|
||||
uses: step-security/change-string-case-action@v6
|
||||
with:
|
||||
inputStr: ${{ github.repository }} # Replace with your variable
|
||||
# ------------------------------------------------------------------
|
||||
# 1. Checkout repository
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user