Skip to content

Commit 1b08dd1

Browse files
fix
1 parent 6c9d7dc commit 1b08dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Process-PSModule
1+
name: Process modules in repo [${{ github.repository }}]
22

33
on:
44
workflow_call:
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
Get-PSModuleNames:
32-
name: Get-PSModuleNames
32+
name: Get modules to process in repo
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout Code

0 commit comments

Comments
 (0)