Skip to content

Commit dccc120

Browse files
committed
Fix incorrect indentation in GitHub Actions workflow
Correct indentation for the 'call-upload-artifacts-workflow' in main.yml. This ensures the workflow runs as expected without indentation-related errors.
1 parent 3ae6c83 commit dccc120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# with:
5353
# name: Plugins
5454
# path: C:\plugins\*.dll
55-
call-upload-artifacts-workflow:
56-
- use: ./github/workflows/upload-artifacts.yml
55+
call-upload-artifacts-workflow:
56+
- use: ./github/workflows/upload-artifacts.yml
5757
# - name: Upload Artifact
5858
# uses: actions/upload-artifact@v4
5959
# with:

0 commit comments

Comments
 (0)