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
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
@@ -13,10 +13,10 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- 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
|
||||
|
||||
- name: Build image
|
||||
id: build
|
||||
|
||||
Reference in New Issue
Block a user