Skip to content

Commit

Permalink
.env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
florislangeraert committed Dec 5, 2024
1 parent fd91582 commit ea61cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout the repository to the runner
uses: actions/checkout@v2
- name: Create .env file
run: echo "API_URL=${{ env.API_URL }}" > .env
run: echo "API_URL=${{ env.API_URL }}" > frontend/.env
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit ea61cb4

Please sign in to comment.