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 26d330d commit 01777c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/acquire-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ configureGit();
(async () => {
while (true) {
try {
cp.execSync('git checkout master');
cp.execSync('git branch -D workflow-lock || true');
cp.execSync('git checkout -b workflow-lock');
cp.execFileSync('git', ['commit', '--allow-empty', '-m', 'Acquire lock ' + crypto.randomUUID()]);
Expand Down

0 comments on commit 01777c5

Please sign in to comment.