Skip to content

Commit 82c4484

Browse files
🩹 [Patch]: Remove git status command and streamline documentation update step in Action-Test workflow
1 parent b5bcd82 commit 82c4484

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: pwsh
5454
run: |
5555
git add tests/srcTestRepo/outputs/docs/
56-
git status
56+
git commit -m "Update documentation"
5757
5858
- name: Lint documentation
5959
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
@@ -62,11 +62,3 @@ jobs:
6262
RUN_LOCAL: true
6363
DEFAULT_BRANCH: main
6464
VALIDATE_MARKDOWN: true
65-
CREATE_LOG_FILE: true
66-
67-
- name: Upload super-linter logs
68-
if: always()
69-
uses: actions/upload-artifact@v4
70-
with:
71-
name: super-linter.log
72-
path: super-linter.log

0 commit comments

Comments
 (0)