Testing
Some checks failed
/ ls (push) Successful in 3s
/ renovate-dry (push) Failing after 0s

This commit is contained in:
Joseph Hanson 2023-08-21 07:28:20 -05:00
parent 89d8cc984f
commit bf8b111640

View file

@ -2,12 +2,17 @@ on: [push]
jobs:
renovate-dry:
runs-on: docker
steps:
- uses: ghcr.io/renovatebot/renovate:36.52.2
- env:
services:
renovate:
image: ghcr.io/renovatebot/renovate:36.52.2
env:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.hsn.dev
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
- run: |
renovate $${CI_REPO} jahanson/valinor
cmd:
- 'renovate'
- jahanson/valinor
# steps:
# - run: |
# renovate $${CI_REPO} jahanson/valinor