Skip to content

Commit

Permalink
🐛 workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
oaoong committed Oct 23, 2023
1 parent e015d43 commit 6d7b0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: ./pnpm-lock.yaml

# package.json에 명시된 의존성을 설치합니다.
- name: Install Dependencies
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: if_fail
uses: actions/github-script@v4
with:
github-token: ${{ secrets.TOKEN_ACTION_CLIENT }}
github-token: ${{ secrets.TOKEN_ACTIONS_CLIENT }}
script: |
const ref = "${{github.ref}}"
const pull_number = Number(ref.split("/")[2])
Expand Down

0 comments on commit 6d7b0db

Please sign in to comment.