From a442ed013d7821388e7d4ca88c0d2ec16835a710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ribal=20del=20R=C3=ADo?= Date: Wed, 20 May 2026 23:43:38 +0200 Subject: [PATCH] chore(adj-validator): copy ADJ-Validator from test-adj --- .github/workflows/adj-tester.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/adj-tester.yaml b/.github/workflows/adj-tester.yaml index af65939..d89174a 100644 --- a/.github/workflows/adj-tester.yaml +++ b/.github/workflows/adj-tester.yaml @@ -68,7 +68,13 @@ jobs: --arg message "chore: add compacted ADJ from ${{ github.repository }}@${{ github.sha }}" \ --rawfile content "${{ runner.temp }}/adj.b64" \ --arg branch "$TARGET_BRANCH" \ - '{message: $message, content: $content, branch: $branch}' \ + '{ + message: $message, + content: $content, + branch: $branch, + committer: {name: "github-actions[bot]", email: "41898282+github-actions[bot]@users.noreply.github.com"}, + author: {name: "github-actions[bot]", email: "41898282+github-actions[bot]@users.noreply.github.com"} + }' \ > "${{ runner.temp }}/body.json" curl --fail-with-body -sS -X PUT \ -H "Authorization: Bearer $GH_TOKEN" \