1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

use env for both situations

This commit is contained in:
Jason N. 2024-02-15 15:37:15 +00:00
parent ad3db76dc4
commit 7be43f1c09

View file

@ -70,7 +70,7 @@ jobs:
id: registry_case id: registry_case
uses: ASzc/change-string-case-action@v6 uses: ASzc/change-string-case-action@v6
with: with:
string: ${{ inputs.IMAGE_REPO }} string: ${{ env.IMAGE_REPO }}
- name: Download image - name: Download image
run: | run: |