Skip to content

Commit

Permalink
fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Feb 14, 2024
1 parent 1452ddc commit a9a5c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ async function run() {

core.startGroup('install-mitmproxy')
core.info('Installing mitmproxy...')
await exec(
"sudo -u mitmproxyuser -H bash -c 'cd ~ && pip install --user mitmproxy --quiet'"
)
await exec("sudo -u mitmproxyuser -H bash -c 'cd ~ && pip install --user mitmproxy --quiet'")

Check failure on line 27 in src/main.js

View workflow job for this annotation

GitHub Actions / Lint Codebase

Replace `"sudo·-u·mitmproxyuser·-H·bash·-c·'cd·~·&&·pip·install·--user·mitmproxy·--quiet'"` with `⏎······"sudo·-u·mitmproxyuser·-H·bash·-c·'cd·~·&&·pip·install·--user·mitmproxy·--quiet'"⏎····`
core.info('Installing mitmproxy... done')
core.endGroup('install-mitmproxy')

Expand Down

0 comments on commit a9a5c4f

Please sign in to comment.