Skip to content

Commit

Permalink
Merge pull request #62 from lonevvolf/master
Browse files Browse the repository at this point in the history
Added default env
  • Loading branch information
cracrayol authored Sep 1, 2024
2 parents a577ca0 + 3205238 commit 4e46ac9
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 4e46ac9

Please sign in to comment.