This commit is contained in:
parent
616260ae4d
commit
3ce3946e16
3 changed files with 14 additions and 8 deletions
14
.forgejo/workflows/build.yaml
Normal file
14
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
renovate:
|
||||
name: Renovate
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Renovate
|
||||
uses: https://github.com/renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: .forgejo/renovate-config.json5
|
||||
token: "${{ secrets.RENOVATE_TOKEN }}"
|
|
@ -1,8 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
ls:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
Loading…
Reference in a new issue