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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user