We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c4484 commit 2df9bf0Copy full SHA for 2df9bf0
‎.github/workflows/Action-Test.yml‎
@@ -50,10 +50,11 @@ jobs:
50
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
51
52
- name: Get changes
53
- shell: pwsh
54
- run: |
55
- git add tests/srcTestRepo/outputs/docs/
56
- git commit -m "Update documentation"
+ uses: PSModule/GitHub-Script@v1
+ with:
+ Script: |
+ git add tests/srcTestRepo/outputs/docs/
57
+ git commit -m "Update documentation"
58
59
- name: Lint documentation
60
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
0 commit comments