We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32195ed + 3c82700 commit d32417bCopy full SHA for d32417b
2 files changed
.github/workflows/Action-Test.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Get issue file content
31
id: GetIssueFileContent
32
- uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
+ uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
33
with:
34
ShowOutput: true
35
Script: |
action.yml
@@ -21,7 +21,7 @@ runs:
21
steps:
22
- name: Get-IssueFormData
23
id: Get-IssueFormData
24
25
env:
26
GITHUB_ACTION_INPUT_IssueBody: ${{ inputs.IssueBody }}
27
0 commit comments