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

This commit is contained in:
Joseph Hanson 2023-08-20 18:11:02 -05:00
parent 78040a0ca7
commit 89d8cc984f

View file

@ -1,18 +1,13 @@
on: [push] on: [push]
jobs: jobs:
renovate: renovate-dry:
name: Renovate
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - uses: ghcr.io/renovatebot/renovate:36.52.2
uses: actions/checkout@v3 - env:
with: RENOVATE_PLATFORM: gitea
token: '${{ secrets.token }}' RENOVATE_ENDPOINT: https://git.hsn.dev
LOG_LEVEL: debug
- name: Renovate RENOVATE_DRY_RUN: full
uses: renovatebot/github-action@v39.0.1 - run: |
env: renovate $${CI_REPO} jahanson/valinor
# DRY_RUN: ${{ inputs.dryRun }}
LOG_LEVEL: debug
with:
token: '${{ secrets.token }}'