Skip to content

Commit

Permalink
[Change 🚜 ] actions 업무별로 폴더구조 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
이종혁 committed Feb 12, 2024
1 parent 13d9963 commit 7833785
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "core"
name: "reviewers"

inputs:
reviewers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm ci
- name: Assign reviewers randomly
uses: ./.github/actions/core
uses: ./.github/actions/reviewers
with:
github_token: ${{secrets.token}}
reviewers: ${{vars.reviewers}}

0 comments on commit 7833785

Please sign in to comment.