Skip to content

Commit

Permalink
Added default env
Browse files Browse the repository at this point in the history
  • Loading branch information
lonevvolf committed Sep 1, 2024
1 parent a577ca0 commit 3205238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Deploy Kai Chronicles
env:
WEBPACK_ENV: ${{ vars.WEBPACK_ENV }}
WEBPACK_ENV: ${{ vars.WEBPACK_ENV || 'development' }}
run-name: ${{ github.actor }} is building Kai Chronicles
on: [push, workflow_dispatch]
jobs:
Expand Down

0 comments on commit 3205238

Please sign in to comment.