Skip to content

Commit

Permalink
import env
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 24, 2024
1 parent 324470c commit 442436f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
MYSQL_PASSWORD: lucee
MYSQL_PORT: 3306
MYSQL_DATABASE: lucee
LUCEE_VERSIONS: ${{ env.LUCEE_VERSIONS }}
LUCEE_VERSIONS: ${{ vars.LUCEE_VERSIONS }}
strategy:
matrix:
lucee: ${{ fromJSON(env.LUCEE_VERSIONS) }}
lucee: ${{ fromJSON(vars.LUCEE_VERSIONS) }}
services:
minio:
image: fclairamb/minio-github-actions
Expand Down

0 comments on commit 442436f

Please sign in to comment.