Skip to content

Commit

Permalink
Merge pull request #2 from GDSC-Hongik/chore/random-reviewer
Browse files Browse the repository at this point in the history
fix: action cache 를 통한 최적화
  • Loading branch information
cmj7271 authored Dec 12, 2024
2 parents 0de49c5 + fb3b2f9 commit 9b701f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: "20"
cache: 'yarn'
cache-dependency-path: .github/workflows/random_reviewer
cache-dependency-path: .github/workflows/random_reviewer/yarn.lock

- name: install dependencies
working-directory: .github/workflows/random_reviewer
Expand Down

0 comments on commit 9b701f3

Please sign in to comment.