strip comments from env

This commit is contained in:
Colin Griffin
2022-05-20 16:02:06 -04:00
committed by GitHub
parent b5104c0c89
commit 1edb9195db

View File

@@ -40,7 +40,8 @@ jobs:
- name: Copy env
run: |
cat .env.example >> $GITHUB_ENV
grep -o '^[^#]*' .env.example > .env
cat .env >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2