1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-03 16:50:56 +00:00

fix(ci): Add full GitHub URL to renovate action

Forgejo's runner doesn't automatically assume actions are on github.com,
so we need to specify the full URL.
This commit is contained in:
Tom Foster 2025-08-17 15:51:29 +01:00
parent 283888e788
commit 9db750e97c

View file

@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run Renovate - name: Run Renovate
uses: renovatebot/github-action@v40.1.0 uses: https://github.com/renovatebot/github-action@v40.1.0
with: with:
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: renovate.json configurationFile: renovate.json