From 35d9353ec183d0b871f432a1cf4169728cdf17b2 Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Tue, 9 Dec 2025 05:10:40 +0000 Subject: [PATCH] Update .gitea/workflows/simplesbentocreation.yml --- .gitea/workflows/simplesbentocreation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/simplesbentocreation.yml b/.gitea/workflows/simplesbentocreation.yml index bb692a6..021e077 100644 --- a/.gitea/workflows/simplesbentocreation.yml +++ b/.gitea/workflows/simplesbentocreation.yml @@ -52,6 +52,9 @@ jobs: with: repository: alam00000/bentopdf ref: main + # --- CORREÇÃO IMPORTANTE ABAIXO --- + # Força a action a buscar no GitHub.com em vez do seu servidor local + github-server-url: 'https://github.com' - name: Inject SIMPLE_MODE into Dockerfile if: steps.exists.outputs.skip == 'false'