add minio backend for gitea

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-05-30 00:39:47 -04:00
parent e218c47d1a
commit f671e4bcf5
3 changed files with 33 additions and 20 deletions

View File

@ -61,25 +61,25 @@ jobs:
with:
path: pr_body.template
contents: |
- The following Nix Flake inputs were updated:
- The following Nix Flake inputs were updated:
Flake input changes:
Flake input changes:
```shell
${{ env.UPDATE_LOG }}
```
```shell
${{ env.UPDATE_LOG }}
```
Flake evaluation diff:
Flake evaluation diff:
```shell
nix-diff-placeholder
```
```shell
nix-diff-placeholder
```
Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].
Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].
[1]: https://nayeonie.com/ahuston-0/nix-dotfiles/src/branch/main/.github/workflows/flake-update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
[1]: https://nayeonie.com/ahuston-0/nix-dotfiles/src/branch/main/.github/workflows/flake-update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
- name: Generate PR body
uses: pedrolamas/handlebars-action@v2.4.0 # v2.4.0
with: