Skip to content

Commit

Permalink
Build(deps): bump SpicyPizza/create-envfile from 1.3 to 2.0
Browse files Browse the repository at this point in the history
Bumps [SpicyPizza/create-envfile](https://github.com/spicypizza/create-envfile) from 1.3 to 2.0.
- [Release notes](https://github.com/spicypizza/create-envfile/releases)
- [Commits](SpicyPizza/create-envfile@v1.3...v2.0)

---
updated-dependencies:
- dependency-name: SpicyPizza/create-envfile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and PhilR8 committed Dec 17, 2024
1 parent 4ed7562 commit 2781d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
with:
python-version: "3.12"
- name: Make envfile
uses: SpicyPizza/create-envfile@v1.3
uses: SpicyPizza/create-envfile@v2.0
with:
envkey_VITE_API_URL: ${{ needs.deploy-django.outputs.url }}
directory: solution/ui/regulations/eregs-vite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
popd
# vite needs the .env file in order to know the URL of the api.
- name: Make envfile
uses: SpicyPizza/create-envfile@v1.3
uses: SpicyPizza/create-envfile@v2.0
with:
envkey_VITE_API_URL: ${{ steps.deploy-regulations-site-server.outputs.url }}
envkey_VITE_ENV: ${{matrix.environment}}
Expand Down

0 comments on commit 2781d28

Please sign in to comment.