1
0
mirror of synced 2026-01-29 03:03:52 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2021-06-12 08:37:23 +10:00
committed by GitHub
2 changed files with 2 additions and 12 deletions

View File

@@ -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:

View File

@@ -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"
```