mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Formatting fixes
This commit is contained in:
parent
fd2ac35228
commit
0703935bfb
4
.github/workflows/close-issue-command.yaml
vendored
4
.github/workflows/close-issue-command.yaml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
|
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Reopen issue if conditions are met
|
- name: Reopen issue if conditions are met
|
||||||
if: env.reopen_command == 'true' && env.user == 'true'
|
if: env.reopen_command == 'true' && env.user == 'true'
|
||||||
env:
|
env:
|
||||||
@ -70,4 +70,4 @@ jobs:
|
|||||||
ISSUE_NUMBER: ${{ github.event.issue.number }}
|
ISSUE_NUMBER: ${{ github.event.issue.number }}
|
||||||
run: |
|
run: |
|
||||||
echo Reopening the issue...
|
echo Reopening the issue...
|
||||||
gh issue reopen $ISSUE_NUMBER --repo ${{ github.repository }}
|
gh issue reopen $ISSUE_NUMBER --repo ${{ github.repository }}
|
||||||
|
@ -28,7 +28,7 @@ function Test-CompatibleImage() {
|
|||||||
function Get-FidoLangFromCulture {
|
function Get-FidoLangFromCulture {
|
||||||
|
|
||||||
param (
|
param (
|
||||||
[Parameter(Mandatory, Position = 0)] [string] $langName
|
[Parameter(Mandatory, Position = 0)] [string]$langName
|
||||||
)
|
)
|
||||||
|
|
||||||
switch -Wildcard ($langName)
|
switch -Wildcard ($langName)
|
||||||
|
@ -56,7 +56,7 @@ function Invoke-WPFImpex {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user