Skip to content

Commit

Permalink
ふぃーっふぃっふぃっふぃっふぃっふぃw (Fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ry0taK committed Aug 31, 2024
1 parent c0add99 commit 2aae367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/acquire-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configureGit();
(async () => {
while (true) {
try {
cp.execSync('git branch -D workflow-lock');
cp.execSync('git branch -D workflow-lock || true');
cp.execSync('git checkout -b workflow-lock');
cp.execSync('git commit --allow-empty -m "Acquire lock"');
cp.execSync('git push -u origin workflow-lock');
Expand Down

0 comments on commit 2aae367

Please sign in to comment.