Skip to content

Commit

Permalink
[CHORE] 명령어 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Nov 18, 2024
1 parent 2546f0b commit b5ce85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ENV_FILE: ${{ secrets.ENV_DEV }}
run: |
touch .env.dev
ehco "$ENV_FILE" >> .env.dev
echo "$ENV_FILE" >> .env.dev
npm run start
Expand Down

0 comments on commit b5ce85e

Please sign in to comment.