From 437af0b560a3d916b58cbd81669046676718d213 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 9 Jul 2025 21:44:18 +0200 Subject: [PATCH] Refactor: Streamlines branch content replacement - Removes `shopt -s dotglob` as it's no longer needed. - Simplifies the branch content replacement process. --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index e55d1b8..b7e326e 100644 --- a/action.yml +++ b/action.yml @@ -64,7 +64,6 @@ runs: - name: Replace branch contents shell: bash run: | - shopt -s dotglob rm -rf ./* || true cp -r "$TMP_DIR"/. . rm -rf "$TMP_DIR"