We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e485b64 commit fa2ae95Copy full SHA for fa2ae95
1 file changed
.github/workflows/release.yml
@@ -42,9 +42,10 @@ jobs:
42
with:
43
files: ./com.checkmarx.eclipse.site/target/com.checkmarx.eclipse.site-*.zip
44
45
- - run: |
46
- git config --global --add safe.directory /tmp/**/*/
47
- git config --global --add http.postBuffer 524288000
+ - name: Git configuration
+ run: |
+ git config --global safe.directory /tmp/**/*/
48
+ git config --global http.postBuffer 524288000
49
50
- name: Create update site
51
uses: cpina/github-action-push-to-another-repository@main
0 commit comments