Skip to content

Commit cb4c59a

Browse files
committed
Update workflow
1 parent 6610618 commit cb4c59a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish-psg-module.yml renamed to .github/workflows/publish-powershell-module-psg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish - PowerShell Gallery - Module"
1+
name: "Publish PowerShell Module - PowerShell Gallery"
22
on:
33
release:
44
types:
@@ -8,8 +8,8 @@ defaults:
88
run:
99
shell: "pwsh"
1010
jobs:
11-
publish-psg-module:
12-
name: "Publish - PowerShell Gallery - Module"
11+
publish-powershell-module-psg:
12+
name: "Publish PowerShell Module - PowerShell Gallery"
1313
runs-on: "windows-latest"
1414
steps:
1515
- name: "Checkout Repository"

.github/workflows/scan-virus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Scan - Virus"
1+
name: "Scan Virus"
22
on:
33
push:
44
branches:
@@ -19,7 +19,7 @@ on:
1919
default: "true"
2020
jobs:
2121
scan-virus:
22-
name: "Scan - Virus"
22+
name: "Scan Virus"
2323
runs-on: "ubuntu-latest"
2424
if: "${{!((github.event_name == 'pull_request') && startsWith(github.event.pull_request.head.label, format('{0}:', github.repository_owner)))}}"
2525
steps:

0 commit comments

Comments
 (0)