Skip to content

Commit 17c2069

Browse files
committed
remove workflow file
1 parent 539f37e commit 17c2069

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/domain-replacer.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
git checkout -b domain-replacement
4444
fi
4545
46+
# Remove workflow file from the branch to avoid permission issues
47+
git rm --cached .github/workflows/domain-replacer.yaml || true
48+
4649
# Unstage any workflow or action files
4750
git reset .github/workflows/
4851
git reset .github/workflows/domain-replacer/

0 commit comments

Comments
 (0)