Skip to content

Commit

Permalink
fix(IDX): enable multi-repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 9, 2024
1 parent f889663 commit 04fd7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repo_policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
# Then switch back to this repository to make sure it's run from current
- name: Checkout Original Repository
uses: actions/checkout@v4
with:
path: current-repo # if a different path isn't specified, the previous one is overwritten

- name: Python Setup
uses: ./public-workflows/.github/workflows/python-setup
Expand Down

0 comments on commit 04fd7cb

Please sign in to comment.