* bugfix: fix api request custom component * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
14 lines
169 B
YAML
14 lines
169 B
YAML
name: Auto-update
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
Auto:
|
|
name: Auto-update
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: tibdex/auto-update@v2
|