Skip to content

Commit

Permalink
Update Dockcross.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Jul 9, 2024
1 parent 158aae8 commit aaaaab0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Dockcross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# fetch-depth: 0
# - name: 📂 Load .env file
# if: hashFiles('.github/workflows/.env') != ''
# uses: xom9ikk/dotenv@v2
# uses: xom9ikk/dotenv@v2.3
# with:
# path: .github/workflows
# - name: ✨ Make script dockcross-${{ matrix.image_name }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0
- name: 📂 Load .env file
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3
with:
path: .github/workflows
- name: ✨ Make script dockcross-${{ matrix.image_name }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
fetch-depth: 0
- name: 📂 Load .env file
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3
with:
path: .github/workflows
- name: ✨ Make script dockcross-${{ matrix.image_name }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
fetch-depth: 0
- name: 📂 Load .env file
if: hashFiles('.github/workflows/.env') != ''
uses: xom9ikk/dotenv@v2
uses: xom9ikk/dotenv@v2.3
with:
path: .github/workflows
- name: ✨ Make script dockcross-${{ matrix.image_name }}
Expand Down

0 comments on commit aaaaab0

Please sign in to comment.