mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
chore: update
This commit is contained in:
2
.github/actions/action.yml
vendored
2
.github/actions/action.yml
vendored
@@ -21,7 +21,7 @@ runs:
|
||||
run: echo github.action_path is ${{github.action_path}}
|
||||
shell: bash
|
||||
- name: copy files
|
||||
run: cp ${{ github.action_path }}/goodbye.sh .
|
||||
run: cp ${{ github.action_path }}/module.ps1 . # share script to user
|
||||
shell: bash
|
||||
- run: ${{ github.action_path }}/goodbye.sh
|
||||
shell: bash
|
||||
|
||||
2
.github/workflows/shell.yml
vendored
2
.github/workflows/shell.yml
vendored
@@ -30,5 +30,5 @@ jobs:
|
||||
- name: run pwsh
|
||||
shell: pwsh
|
||||
run: |
|
||||
. ./.github/actions/module.ps1
|
||||
. /module.ps1
|
||||
Show-Calendar
|
||||
|
||||
Reference in New Issue
Block a user