Skip to content

Commit 4e0ce7d

Browse files
fix: Update FILTER_REGEX_INCLUDE to use WorkingDirectory for accurate path filtering; add duplicate header in README.md
1 parent 97bc571 commit 4e0ce7d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
env:
138138
GITHUB_TOKEN: ${{ github.token }}
139139
DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
140-
FILTER_REGEX_INCLUDE: ${{ inputs.WorkingDirectory }}/outputs/docs
140+
FILTER_REGEX_INCLUDE: ${{ inputs.WorkingDirectory }}
141141
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: false
142142
SAVE_SUPER_LINTER_SUMMARY: true
143143

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Process-PSModule
2+
# Process-PSModule
23

34
A workflow for crafting PowerShell modules using the PSModule framework, which builds, tests, and publishes PowerShell modules to the PowerShell
45
Gallery and produces documentation that is published to GitHub Pages. The workflow is used by all PowerShell modules in the PSModule organization.
@@ -161,6 +162,7 @@ Write-Host "Cleanup completed!"
161162

162163
### Secrets
163164

165+
164166
The following secrets are used by the workflow. They can be automatically provided (if available) by setting the `secrets: inherit`
165167
in the workflow file.
166168

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Test module
2+
# Test module
23

34
This is a test readme.

0 commit comments

Comments
 (0)