We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d3afd commit 922df78Copy full SHA for 922df78
.github/workflows/Process-PSModule.yml
@@ -1,5 +1,7 @@
1
name: Process-PSModule
2
3
+run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
4
+
5
on:
6
pull_request:
7
branches:
src/GitHub/GitHub.psd1
@@ -1,5 +1,5 @@
@{
- ModuleVersion = '0.3.0'
+ ModuleVersion = '0.0.1'
Description = 'GitHub PowerShell Module'
PrivateData = @{
PSData = @{
@@ -13,3 +13,4 @@
13
}
14
15
16
0 commit comments