ci: remove comments from example.env

This commit is contained in:
Revant Nandgaonkar 2023-06-25 13:48:17 +05:30
parent 13afb0f855
commit 5d5d97c6d9

View file

@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Set Environment Variables
run: cat example.env >> "$GITHUB_ENV"
run: cat example.env | grep -o '^[^#]*' >> "$GITHUB_ENV"
- name: Build and test
uses: docker/bake-action@v3.1.0