From cbed4f25ba41d9883a0461f44a621db3438e2a22 Mon Sep 17 00:00:00 2001 From: Brett Westover Date: Fri, 11 Jun 2021 15:03:45 -0700 Subject: [PATCH] Update known issue workaround in 3.1.1 and 3.1.0 (#19873) * remove extra backtick * remove second workaround option --- data/release-notes/enterprise-server/3-1/0.yml | 7 +------ data/release-notes/enterprise-server/3-1/1.yml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/data/release-notes/enterprise-server/3-1/0.yml b/data/release-notes/enterprise-server/3-1/0.yml index e719f2dd23..18cc321a15 100644 --- a/data/release-notes/enterprise-server/3-1/0.yml +++ b/data/release-notes/enterprise-server/3-1/0.yml @@ -135,12 +135,7 @@ sections: - | After upgrading from 3.0.x to 3.1.x, in some cases GitHub Actions can fail with an error: `An unexpected error occurred when executing this workflow.` To workaround this problem, connect to the administrative shell (ssh) and run: ``` - ghe-actions-console -s actions -c "Queue-ServiceJob -JobId 4DB1F4CF-19FD-40E0-A253-91288813DE8B"` - ``` - - If that doesn't resolve the issue, run: - ``` - ghe-actions-console -s actions -c "Set-FeatureFlag -FeatureName Microsoft.AzureDevOps.SigningService.SecureSigningKey -State Off" + ghe-actions-console -s actions -c "Queue-ServiceJob -JobId 4DB1F4CF-19FD-40E0-A253-91288813DE8B" ``` deprecations: diff --git a/data/release-notes/enterprise-server/3-1/1.yml b/data/release-notes/enterprise-server/3-1/1.yml index 7e030046d1..8886519b82 100644 --- a/data/release-notes/enterprise-server/3-1/1.yml +++ b/data/release-notes/enterprise-server/3-1/1.yml @@ -23,10 +23,5 @@ sections: - | After upgrading from 3.0.x to 3.1.x, in some cases GitHub Actions can fail with an error: `An unexpected error occurred when executing this workflow.` To workaround this problem, connect to the administrative shell (ssh) and run: ``` - ghe-actions-console -s actions -c "Queue-ServiceJob -JobId 4DB1F4CF-19FD-40E0-A253-91288813DE8B"` - ``` - - If that doesn't resolve the issue, run: - ``` - ghe-actions-console -s actions -c "Set-FeatureFlag -FeatureName Microsoft.AzureDevOps.SigningService.SecureSigningKey -State Off" + ghe-actions-console -s actions -c "Queue-ServiceJob -JobId 4DB1F4CF-19FD-40E0-A253-91288813DE8B" ```