From c4b571c91b6cf4c6a44eed4a260a1e6ae045e753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Sat, 1 Jun 2024 16:28:37 +0200 Subject: [PATCH 1/2] README.md aktualisiert Umstellung auf eigene Gitea-Instanz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 149bd4a..70d803f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Spotigram _Wenns' gut werden muss_ -[![Build](https://github.com/aledjones/spotigram/actions/workflows/go.yaml/badge.svg)](https://github.com/aledjones/spotigram/actions/workflows/go.yaml) +[![build status](https://git.jonasmoeller.de/aledjones/spotigram/actions/workflows/go.yaml/badge.svg)](https://git.jonasmoeller.de/aledjones/spotigram) ## Was ist Spotigram? -- 2.36.6 From 296ad3ddfe3f104528ca0fd712b64e588d4b04ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=B6ller?= Date: Sat, 1 Jun 2024 16:37:40 +0200 Subject: [PATCH 2/2] .github/workflows/go.yaml aktualisiert --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8f62c47..02e4545 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -37,4 +37,4 @@ jobs: with: name: spotigram_${{ matrix.os }}_${{ matrix.arch }} path: spotigram_${{ matrix.os }}_${{ matrix.arch }} - retention-days: 7 + retention-days: 90 -- 2.36.6