Skip to content

Commit bcf3dc6

Browse files
authored
yml layout fixa
yml layout fixa
1 parent 5d9ad7e commit bcf3dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858

5959
steps:
6060

61-
- name: Trust CI working directory
62-
run: |
63-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
61+
- name: Trust CI working directory
62+
run: |
63+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
6464
6565
- name: Get repository name
6666
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)