1 parent 539f37e commit 17c2069Copy full SHA for 17c2069
1 file changed
.github/workflows/domain-replacer.yaml
@@ -43,6 +43,9 @@ jobs:
43
git checkout -b domain-replacement
44
fi
45
46
+ # Remove workflow file from the branch to avoid permission issues
47
+ git rm --cached .github/workflows/domain-replacer.yaml || true
48
+
49
# Unstage any workflow or action files
50
git reset .github/workflows/
51
git reset .github/workflows/domain-replacer/
0 commit comments