Skip to content

Commit

Permalink
CI/CD 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
urimJ committed Nov 23, 2023
1 parent df0b2d5 commit 8ee1e94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
push:
branches:
- feat/api
tag:
tags:
- release.*

jobs:
Job1:
runs-on: ubuntu-latest
steps:
-run: echo "내용...${{ github.repository }}"
-run: echo "내용...${{ github.repository }}"
-uses: actions/setup-node@v4

0 comments on commit 8ee1e94

Please sign in to comment.