Skip to content

Commit

Permalink
ensure lowercase github actions ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 16, 2024
1 parent 4044edf commit 19f729a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Set VITE_BASE
run: echo "VITE_BASE=https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
run: echo "VITE_BASE=https://\${GITHUB_REPOSITORY_OWNER,,}.github.io/\${GITHUB_REPOSITORY,,}/" >> $GITHUB_ENV

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 19f729a

Please sign in to comment.