We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8610b commit 266a7b3Copy full SHA for 266a7b3
.github/workflows/trigger.yml
@@ -16,11 +16,15 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
19
+ with:
20
+ repository: 'bettermarks/renovate-config'
21
+ path: renovate-config
22
+
23
- uses: actions/github-script@v8
24
env:
25
REPO: ${{ inputs.repo || 'renovate-config' }}
26
OWNER: "bettermarks"
27
with:
28
script: |
- const {trigger} = await import('./trigger.ts')
29
+ const {trigger} = await import('${{ github.workspace }}/renovate-config/trigger.ts')
30
console.log(await trigger({github, context, exec}))
0 commit comments