Skip to content

Commit fdafcbe

Browse files
chore(adj-validator): copy ADJ-Validator from test-adj
1 parent 2ceb9f9 commit fdafcbe

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/adj-tester.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ jobs:
6868
--arg message "chore: add compacted ADJ from ${{ github.repository }}@${{ github.sha }}" \
6969
--rawfile content "${{ runner.temp }}/adj.b64" \
7070
--arg branch "$TARGET_BRANCH" \
71-
'{message: $message, content: $content, branch: $branch}' \
71+
'{
72+
message: $message,
73+
content: $content,
74+
branch: $branch,
75+
committer: {name: "github-actions[bot]", email: "41898282+github-actions[bot]@users.noreply.github.com"},
76+
author: {name: "github-actions[bot]", email: "41898282+github-actions[bot]@users.noreply.github.com"}
77+
}' \
7278
> "${{ runner.temp }}/body.json"
7379
curl --fail-with-body -sS -X PUT \
7480
-H "Authorization: Bearer $GH_TOKEN" \

0 commit comments

Comments
 (0)