Skip to content

Commit 742f1eb

Browse files
ClaudenwRyanSkraba
andauthored
Fix build (#52)
* preserve evidence * remove transfer progress * change to JSON input * fix UTF-8 warning * added export * added keyfile length and hash reporting * attempted logging * added test for secrets * cleaned up attempts * echoing GITHUB context * moved echo to start * added secret detection * switch to pull_request_target * try renaming env var for GCP_CREDENTIALS * switch back to pull_request * moved checkout code and commented out non-debuging actions * added dummy workflow * added tests * fixed script issue * testing script issue * testing script issue * testing script issue * testing script issue * testing script issue * testing script issue * testing script issue * attempt to use manual for execution * reduced retention of reports in manual * fixed manual * fixed manual environment vars * Update .github/workflows/prs_and_commits.yml Co-authored-by: Ryan Skraba <ryan.skraba@aiven.io> --------- Co-authored-by: Ryan Skraba <ryan.skraba@aiven.io>
1 parent d20b591 commit 742f1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prs_and_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: mvn -ntp -P ci --batch-mode clean package -DskipTests
6363
- name: Unit tests (Maven)
6464
run: mvn -ntp -P ci --batch-mode test
65-
- name: "upload build failure reports"
65+
- name: "Upload build failure reports"
6666
uses: actions/upload-artifact@v4
6767
if: failure()
6868
with:

0 commit comments

Comments
 (0)