This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new df93e8ab Fix copy-paste-error in variable definition
df93e8ab is described below
commit df93e8ab13ec9fe4cb97e1762382fc66c026ce61
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Oct 7 23:29:09 2025 +0200
Fix copy-paste-error in variable definition
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4434317d..3087f9e7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -70,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
- name: integration-test-failure-logs-${{ matrix.os }}-JDK${{
matrix.java }}-PR${{ github.event.number }
+ name: integration-test-failure-logs-${{ matrix.os }}-JDK${{
matrix.java }}-PR${{ github.event.number }}
retention-days: 3
path: |
apache-rat-core/target/test-classes/ReportTest/**