From 9614c05b3cf8050f7f58e71ceafa6861f6c3ce73 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 13 May 2025 13:32:32 +0200 Subject: [PATCH] Changes to gitea workflow --- .github/workflows/push-to-gitea.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/push-to-gitea.yml b/.github/workflows/push-to-gitea.yml index f567851..1ef377e 100644 --- a/.github/workflows/push-to-gitea.yml +++ b/.github/workflows/push-to-gitea.yml @@ -22,10 +22,6 @@ jobs: gitea_host: ${{ secrets.GITEA_HOST }} gitea_username: ${{ secrets.GITEA_USERNAME }} gitea_accesstoken: ${{ secrets.GITEA_TOKEN }} - gitea_gist_prefix: "gist" - gitea_gist_surfix: "" - gistsSource: true - gistsStared: true repositoryStared: true repositorySource: true repositoryForked: true