mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
chore: update
This commit is contained in:
8
.github/actions/module.ps1
vendored
8
.github/actions/module.ps1
vendored
@@ -1,3 +1,11 @@
|
||||
function Show-Calendar {
|
||||
Write-Host "output - Show-Calendar"
|
||||
}
|
||||
|
||||
function Show-Calendar2 {
|
||||
Write-Host "output - Show-Calendar2"
|
||||
}
|
||||
|
||||
function Show-Calendar3 {
|
||||
Write-Host "output - Show-Calendar3"
|
||||
}
|
||||
2
.github/workflows/shell.yml
vendored
2
.github/workflows/shell.yml
vendored
@@ -32,3 +32,5 @@ jobs:
|
||||
run: |
|
||||
. ./module.ps1
|
||||
Show-Calendar
|
||||
Show-Calendar3
|
||||
Show-Calendar2
|
||||
|
||||
Reference in New Issue
Block a user