Skip to content

Commit 922df78

Browse files
Update Process-PSModule run-name and GitHub module version (#86)
1 parent 06d3afd commit 922df78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/Process-PSModule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Process-PSModule
22

3+
run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4+
35
on:
46
pull_request:
57
branches:

src/GitHub/GitHub.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.3.0'
2+
ModuleVersion = '0.0.1'
33
Description = 'GitHub PowerShell Module'
44
PrivateData = @{
55
PSData = @{
@@ -13,3 +13,4 @@
1313
}
1414
}
1515
}
16+

0 commit comments

Comments
 (0)