Skip to content

Commit

Permalink
+64
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 18, 2024
1 parent ecc629c commit 402031a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ jobs:
- name: remove old pretest branches
run: |
git config --unset remote.origin.url
git config --unset remote.origin.fetch
function Split-OrEmpty {
param ( $s )
if (-not $s) { return @() }
Expand Down

0 comments on commit 402031a

Please sign in to comment.