Refactor: Streamlines branch content replacement

- Removes `shopt -s dotglob` as it's no longer needed.
- Simplifies the branch content replacement process.
This commit is contained in:
2025-07-09 21:44:18 +02:00
parent 48b236b533
commit 437af0b560

View File

@@ -64,7 +64,6 @@ runs:
- name: Replace branch contents - name: Replace branch contents
shell: bash shell: bash
run: | run: |
shopt -s dotglob
rm -rf ./* || true rm -rf ./* || true
cp -r "$TMP_DIR"/. . cp -r "$TMP_DIR"/. .
rm -rf "$TMP_DIR" rm -rf "$TMP_DIR"