From bb7c38901389e25abfeb19e8739fccba44290c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Benedek?= Date: Mon, 16 Oct 2023 08:28:35 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Cres=20entrypoint=20teszt=20m=C3=A9g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e9e6a3ca..14da50ce 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -35,5 +35,5 @@ jobs: - name: Deploy docs uses: ./ with: - entrypoint: '''' # This does not do anything, does not unset the entrypoint + entrypoint: """""" # This does not do anything, does not unset the entrypoint args: sh -c "git config --global user.name github-actions[bot];git config --global user.email "github-actions[bot]@users.noreply.github.com";mike deploy --push 2024" # the git config is still not available for mike \ No newline at end of file