Skip to content

Commit

Permalink
[F] Try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Dec 6, 2024
1 parent c09236e commit 2edc725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
export NODE_OPTIONS="--max-old-space-size=4096"
yarn install
mkdir src/data
echo '{"token":"${{ bot_token }}","chat_id":"${{ chat_id }}"}' > src/data/config.json
echo '{"token":"${{ github.event.inputs.bot_token }}","chat_id":"${{ github.event.inputs.chat_id }}"}' > src/data/config.json
yarn build-only
- name: Publish artifact code
Expand Down

0 comments on commit 2edc725

Please sign in to comment.