Skip to content

Commit 4af0ec1

Browse files
committed
chore: update
1 parent 2aac8a9 commit 4af0ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
run: echo github.action_path is ${{github.action_path}}
2222
shell: bash
2323
- name: copy files
24-
run: cp ${{ github.action_path }}/goodbye.sh .
24+
run: cp ${{ github.action_path }}/module.ps1 . # share script to user
2525
shell: bash
2626
- run: ${{ github.action_path }}/goodbye.sh
2727
shell: bash

.github/workflows/shell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- name: run pwsh
3131
shell: pwsh
3232
run: |
33-
. ./.github/actions/module.ps1
33+
. /module.ps1
3434
Show-Calendar

0 commit comments

Comments
 (0)