Skip to content

Commit e74104f

Browse files
committed
chore: remove path provided to see if it fixes reference issues
1 parent 2f4adf2 commit e74104f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/merge-demo-feature.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
repository: ${{ github.repository }}
27-
path: "${{ github.workspace }}"
2827

2928
- name: Sync Demo
3029
uses: "./.github/workflows/update-demo.yml"

.github/workflows/sync-demos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: ${{ github.repository }}
22-
path: "${{ github.workspace }}"
2322

2423
- name: Update Demo
2524
uses: "./.github/workflows/update-demo.yml"

0 commit comments

Comments
 (0)