Skip to content

Commit fa2ae95

Browse files
Update release.yml
1 parent e485b64 commit fa2ae95

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ jobs:
4242
with:
4343
files: ./com.checkmarx.eclipse.site/target/com.checkmarx.eclipse.site-*.zip
4444

45-
- run: |
46-
git config --global --add safe.directory /tmp/**/*/
47-
git config --global --add http.postBuffer 524288000
45+
- name: Git configuration
46+
run: |
47+
git config --global safe.directory /tmp/**/*/
48+
git config --global http.postBuffer 524288000
4849
4950
- name: Create update site
5051
uses: cpina/github-action-push-to-another-repository@main

0 commit comments

Comments
 (0)