Skip to content

Commit

Permalink
Add path option for actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoHadam committed Dec 28, 2023
1 parent d737108 commit 11840ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-test-with-github-hosted-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Checkout Repository
uses: actions/checkout@v3
with:
path: development

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 11840ba

Please sign in to comment.