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