From 673ecd6908ee25cadd45ec1e251619f156759983 Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Tue, 21 May 2024 20:51:12 +0000 Subject: [PATCH] Docs (samples): Update GitHub Workflows linux sample --- docs/samples/ci/github/generic/github-workflows.linux.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/samples/ci/github/generic/github-workflows.linux.yml b/docs/samples/ci/github/generic/github-workflows.linux.yml index 4ea756f..4565dd3 100644 --- a/docs/samples/ci/github/generic/github-workflows.linux.yml +++ b/docs/samples/ci/github/generic/github-workflows.linux.yml @@ -31,9 +31,6 @@ jobs: - name: Powershell version run: | pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable' - - name: Ignore git permissions - run: | - git config --global --add safe.directory "$( pwd )" - name: Generate release notes run: | # Clone project