Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Try generate env after CO
  • Loading branch information
grololo06 authored Dec 15, 2023
1 parent 4549cdd commit beb6e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
python-version: ["3.8"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: create env file
run: |
touch .env
echo ROOT_FOLDER=${{ secrets.ROOT_FOLDER }} >> .env
echo DASH_ENV=${{ secrets.DASH_ENV }} >> .env
- uses: actions/checkout@v3
- uses: nanasess/setup-chromedriver@v2
- run: |
export DISPLAY=:99
Expand Down

0 comments on commit beb6e53

Please sign in to comment.