Skip to content

Commit e6713f2

Browse files
committed
Use $(id -u) $(id-g)
1 parent a4fd4e5 commit e6713f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Change Owner
2222
shell: bash
23-
run: sudo chown -R $USER:$USER /usr/local
23+
run: sudo chown -R $(id -u):$(id -g) /usr/local
2424

2525
- name: Check Kubebuilder Cache
2626
id: check-kubebuilder-cache

0 commit comments

Comments
 (0)