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