Skip to content

Commit 266a7b3

Browse files
committed
ci: tweak paths
1 parent cf8610b commit 266a7b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/trigger.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19+
with:
20+
repository: 'bettermarks/renovate-config'
21+
path: renovate-config
22+
1923
- uses: actions/github-script@v8
2024
env:
2125
REPO: ${{ inputs.repo || 'renovate-config' }}
2226
OWNER: "bettermarks"
2327
with:
2428
script: |
25-
const {trigger} = await import('./trigger.ts')
29+
const {trigger} = await import('${{ github.workspace }}/renovate-config/trigger.ts')
2630
console.log(await trigger({github, context, exec}))

0 commit comments

Comments
 (0)