Skip to content

Commit 6e0c72a

Browse files
committed
Use path instead of working-directory
1 parent 161b1c6 commit 6e0c72a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,8 @@ jobs:
517517

518518
- name: Setup git checkout ⚙️
519519
uses: actions/[email protected]
520-
working-directory: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
520+
with:
521+
path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
521522

522523
- name: Check only affected modules 🎯
523524
if: startsWith(${{ github.event.repository.name }}, "teal.modules.") && github.event_name == 'pull_request'

0 commit comments

Comments
 (0)