Skip to content

Commit

Permalink
fix test case, avoid username
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Dec 3, 2024
1 parent 9494957 commit 4e2613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lintbranch.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function _test() {
'!invalid@start': false,
'': false,
'another/valid-name134': true,
'Hweinstock:feature/123";id;{echo,Y2F0IC9ldGMvcGFzc3dk}|{base64,-d}|{bash,-i};#': false,
'feature/123";id;{echo,Y2F0IC9ldGMvcGFzc3dk}|{base64,-d}|{bash,-i};#': false,
}

let passed = 0
Expand Down

0 comments on commit 4e2613f

Please sign in to comment.