Skip to content

Commit 5f62b9c

Browse files
committed
fix 🐛(ci): clean quotes unnecessary on secure repository (#16)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent 264789e commit 5f62b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
image: golang:1.23
2323
steps:
2424
- name: Enabled secure repository
25-
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}"
25+
run: |
26+
git config --global --add safe.directory ${GITHUB_WORKSPACE}
2627
2728
- name: Check out a copy of the repo
2829
uses: actions/checkout@v4

0 commit comments

Comments
 (0)