chore: update

This commit is contained in:
zizifn
2020-12-13 19:59:50 +08:00
committed by zizifn3
parent 6e13e212c4
commit 1278aca5e4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -30,5 +30,5 @@ jobs:
- name: run pwsh
shell: pwsh
run: |
. ./.github/actions/module.ps1
. /module.ps1
Show-Calendar