Skip to content

Commit

Permalink
20230915A
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Sep 15, 2023
1 parent 87ea5d9 commit fdaeaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: "hugoalh/disk-space-optimizer-ghaction@main"
with:
operate_async: "${{matrix.operate_async}}"
operate_debug: "True"
operate_sudo: "${{matrix.operate_sudo}}"
general_include: ".+"
docker_include: ".+"
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ runs:
with:
sudo: "${{inputs.operate_sudo}}"
version: "^1.7.2"
scope: "CurrentUsers"
scope: "CurrentUser"
keepsetting: "False"
continue-on-error: true
- name: "Main"
Expand Down Expand Up @@ -168,7 +168,7 @@ runs:
with:
sudo: "${{inputs.operate_sudo}}"
version: "False"
scope: "CurrentUsers"
scope: "CurrentUser"
keepsetting: "False"
continue-on-error: true
branding:
Expand Down

0 comments on commit fdaeaa4

Please sign in to comment.