diff --git a/.github/workflows/publish_v3.yml b/.github/workflows/publish_v3.yml index 4315c9fb20..f8fce96928 100644 --- a/.github/workflows/publish_v3.yml +++ b/.github/workflows/publish_v3.yml @@ -17,8 +17,8 @@ jobs: MKDOCS_MODEL_YML: "mkdocs-files.yml" # contains list of model Markdown files BASE_MKDOCS_YML: "mkdocs.yml" # initial MkDocs configuration FULL_MKDOCS_YML: "__mkdocs-full.yml" # MkDocs configuration combined with model list - GIT_USER_NAME: "ci-bot" # for gh-pages commit - GIT_USER_EMAIL: "ci-bot@spdx.dev" # for gh-pages commit + GIT_USER_NAME: "bact" # for gh-pages commit + GIT_USER_EMAIL: "arthit@gmail.com" # for gh-pages commit steps: - name: Checkout spdx-spec uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7