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 11b146f commit 7401ce9Copy full SHA for 7401ce9
.github/workflows/powershell.yml
@@ -8,6 +8,7 @@
8
# https://github.com/PowerShell/PSScriptAnalyzer
9
10
name: Powershell CI
11
+run-name: Validate commit ${{ github.sha }}
12
13
on:
14
push:
.github/workflows/publish-to-psgallery.yml
@@ -1,4 +1,5 @@
1
name: Publish to PSGallery
2
+run-name: Publish commit ${{ github.sha }}
3
4
5
workflow_run:
0 commit comments