Update create-or-update-branch.ts

This commit is contained in:
syadav07 2023-01-04 09:56:33 -05:00 committed by GitHub
parent ea40e374b4
commit 425ca0780e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ export async function createOrUpdateBranch(
// Remove uncommitted tracked and untracked changes // Remove uncommitted tracked and untracked changes
await git.exec(['reset', '--hard']) await git.exec(['reset', '--hard'])
await git.exec(['clean', '-f', '-d']) //await git.exec(['clean', '-f', '-d'])
// Perform fetch and reset the working base // Perform fetch and reset the working base
// Commits made during the workflow will be removed // Commits made during the workflow will be removed