Skip to content

Commit 35d57ae

Browse files
committed
chore: update
1 parent 20b1007 commit 35d57ae

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/actions/module.ps1

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
function Show-Calendar {
22
Write-Host "output - Show-Calendar"
33
}
4+
5+
function Show-Calendar2 {
6+
Write-Host "output - Show-Calendar2"
7+
}
8+
9+
function Show-Calendar3 {
10+
Write-Host "output - Show-Calendar3"
11+
}

.github/workflows/shell.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
run: |
3333
. ./module.ps1
3434
Show-Calendar
35+
Show-Calendar3
36+
Show-Calendar2

0 commit comments

Comments
 (0)