Always save the Renovate log
This commit is contained in:
parent
1341c241bd
commit
0fc7d91348
1 changed files with 1 additions and 0 deletions
1
.github/workflows/renovate.yml
vendored
1
.github/workflows/renovate.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
||||||
- name: Save log file
|
- name: Save log file
|
||||||
# FIXME: v4 of this action causes an error on Forgejo (“You must configure a GitHub token”)
|
# FIXME: v4 of this action causes an error on Forgejo (“You must configure a GitHub token”)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: renovate-log.ndjson
|
name: renovate-log.ndjson
|
||||||
path: renovate-log.ndjson
|
path: renovate-log.ndjson
|
||||||
|
|
Loading…
Add table
Reference in a new issue