We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aac8a9 commit 4af0ec1Copy full SHA for 4af0ec1
.github/actions/action.yml
@@ -21,7 +21,7 @@ runs:
21
run: echo github.action_path is ${{github.action_path}}
22
shell: bash
23
- name: copy files
24
- run: cp ${{ github.action_path }}/goodbye.sh .
+ run: cp ${{ github.action_path }}/module.ps1 . # share script to user
25
26
- run: ${{ github.action_path }}/goodbye.sh
27
.github/workflows/shell.yml
@@ -30,5 +30,5 @@ jobs:
30
- name: run pwsh
31
shell: pwsh
32
run: |
33
- . ./.github/actions/module.ps1
+ . /module.ps1
34
Show-Calendar
0 commit comments