Skip to content

fix(apps): stash Epic user data before MSI; use /fa repair mode on re… #69

fix(apps): stash Epic user data before MSI; use /fa repair mode on re…

fix(apps): stash Epic user data before MSI; use /fa repair mode on re… #69

Triggered via push September 6, 2026 12:29
Status Success
Total duration 27s
Artifacts
ShellCheck Analysis & Suggestions
16s
ShellCheck Analysis & Suggestions
Create Auto-Fix PR
15s
Create Auto-Fix PR
Linting Summary
3s
Linting Summary
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 10 notices
Create Auto-Fix PR
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/create-github-app-token@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L99
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L97
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L45
[2030] Modification of LD_LIBRARY_PATH is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L43
[2030] Modification of WINEPREFIX is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L42
[2030] Modification of PATH is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L42
[2155] Declare and assign separately to avoid masking return values. - See: https://www.shellcheck.net/wiki/2155
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L41
[2030] Modification of WINESERVER is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L41
[2155] Declare and assign separately to avoid masking return values. - See: https://www.shellcheck.net/wiki/2155
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L40
[2030] Modification of WINE is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/user_registry.sh#L66
[2015] Note that A && B || C is not if-then-else. C may run when A is true. - See: https://www.shellcheck.net/wiki/2015