Skip to content

Commit e31fd92

Browse files
Update action.yml to modify environment variable naming and fix script path syntax
1 parent 607d0d1 commit e31fd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ runs:
2020
- name: '{{ NAME }}'
2121
uses: PSModule/GitHub-Script@v1
2222
env:
23-
GITHUB_ACTION_INPUT_subject: ${{ inputs.subject }}
23+
{{ ORG }}_{{ NAME }}_INPUT_subject: ${{ inputs.subject }}
2424
with:
2525
Script: |
2626
# '{{ NAME }}'
27-
${{ github.action_path }}\scripts\main.ps1
27+
${{ github.action_path }}/scripts/main.ps1

0 commit comments

Comments
 (0)