From f04e8903ce0e3fe8ba4e3722de64a702f04d3028 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 12 Dec 2022 17:32:12 +0100 Subject: [PATCH] correct actions/checkout sha for translation clone (#33440) --- .github/workflows/azure-prod-build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-prod-build-deploy.yml b/.github/workflows/azure-prod-build-deploy.yml index 8a411bb351..6a716b1674 100644 --- a/.github/workflows/azure-prod-build-deploy.yml +++ b/.github/workflows/azure-prod-build-deploy.yml @@ -72,7 +72,7 @@ jobs: run: .github/actions-scripts/merge-early-access.sh - name: Clone Korean - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 with: repository: github/docs-internal.ko-kr token: ${{ secrets.DOCUBOT_REPO_PAT }}