Skip to content

Commit 96f3d6d

Browse files
committed
test work around GitHub Actions defects - vary syntax
GitHub Actions failed without error message. Most of the times this happened, a workaround was discovered by random changes to yaml file syntax.
1 parent 3d50dda commit 96f3d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
run: dotnet --info
4747

4848
- name: Checkout code
49-
- uses: actions/checkout@v5
49+
uses: actions/checkout@v5
5050

0 commit comments

Comments
 (0)