Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
@@ -59,6 +59,11 @@ jobs:
with:
go-version-file: "go.mod"
+ - name: Configure Git
+ run: |
+ git config user.name "$GITHUB_ACTOR"
+ git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
+
- name: Update Docs
run: make docs.publish DOCS_VERSION=${{ github.event.inputs.version }} DOCS_ALIAS=latest
env: