Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
updated 'c-py/action-dotenv-to-setenv' action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Nov 3, 2020
1 parent 5c766cf commit 99fdd27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Prepare
run: ./0_prepare.sh
- name: Load environment
uses: c-py/action-dotenv-to-setenv@v1
uses: c-py/action-dotenv-to-setenv@v2

- name: Get Docker image artifact
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Prepare
run: ./0_prepare.sh
- name: Load environment
uses: c-py/action-dotenv-to-setenv@v1
uses: c-py/action-dotenv-to-setenv@v2

- name: Get Docker image artifact
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Prepare
run: ./0_prepare.sh
- name: Load environment
uses: c-py/action-dotenv-to-setenv@v1
uses: c-py/action-dotenv-to-setenv@v2

- name: Get U-Boot binary
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 99fdd27

Please sign in to comment.