Skip to content

Commit 9599ba6

Browse files
Update .github/scripts/commons.mjs
Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent ba15ce0 commit 9599ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/commons.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function cloneWcagActRules({ tmpDir }) {
2020
`;
2121
}
2222

23-
export async function createOrCheckoutBranch({ tmpDir }, branchName) {
23+
export async function createOrCheckoutBranch({ tmpDir }) {
2424
cd(tmpDir);
2525
try {
2626
await $`git checkout ${branchName}`;

0 commit comments

Comments
 (0)