We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b1007 commit 35d57aeCopy full SHA for 35d57ae
.github/actions/module.ps1
@@ -1,3 +1,11 @@
1
function Show-Calendar {
2
Write-Host "output - Show-Calendar"
3
}
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
@@ -32,3 +32,5 @@ jobs:
32
run: |
33
. ./module.ps1
34
Show-Calendar
35
+ Show-Calendar3
36
+ Show-Calendar2
0 commit comments