Skip to content

Commit c51273d

Browse files
committed
Remove workarounds
Signed-off-by: Cristian Le <[email protected]>
1 parent ac2f2fd commit c51273d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/step_test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
# Note: Proper solution is: https://github.com/actions/runner/issues/2033#issuecomment-1598547465
22-
- name: Temporary fix for git permissions
23-
run: |
24-
git config --global --add safe.directory "*"
25-
git config --global user.email "[email protected]"
26-
git config --global user.name "GitHub Actions Bot"
2721
- name: Setup tmt
2822
uses: LecrisUT/tmt-actions/setup-tmt@v1
2923
- uses: lukka/get-cmake@latest

0 commit comments

Comments
 (0)