From a8ee86cd7d2e4d976df5523949054aae3b468862 Mon Sep 17 00:00:00 2001 From: Ely Ronnen Date: Thu, 7 Sep 2023 00:56:56 +0300 Subject: [PATCH] bump unity-builder action version in sshPublicKeysDirectoryPath example block --- docs/03-github/04-builder.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index e99fd818..b22abf12 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -552,7 +552,7 @@ using `sshPublicKeysDirectoryPath` and setting the `GIT_CONFIG_EXTENSIONS` envir } >> "$GITHUB_ENV" shell: bash -- uses: game-ci/unity-builder@v3 +- uses: game-ci/unity-builder@v3.1.0 with: sshAgent: ${{ env.SSH_AUTH_SOCK }} sshPublicKeysDirectoryPath: ${{ env.HOME }}/.ssh_docker