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
|
||||
shell: bash
|
||||
run: |
|
||||
shopt -s dotglob
|
||||
rm -rf ./* || true
|
||||
cp -r "$TMP_DIR"/. .
|
||||
rm -rf "$TMP_DIR"
|
||||
|
Reference in New Issue
Block a user