fix : replace action using deprecated node 12
This commit is contained in:
parent
b55ee105d9
commit
9af2d0f36a
|
@ -176,7 +176,7 @@ runs:
|
||||||
output-filename: 'pr_body.txt'
|
output-filename: 'pr_body.txt'
|
||||||
- name: Read pr_body.txt
|
- name: Read pr_body.txt
|
||||||
id: pr_body
|
id: pr_body
|
||||||
uses: andstor/file-reader-action@v1
|
uses: juliangruber/read-file-action@v1
|
||||||
with:
|
with:
|
||||||
path: "pr_body.txt"
|
path: "pr_body.txt"
|
||||||
# We need to remove the pr_body files so that the
|
# We need to remove the pr_body files so that the
|
||||||
|
|
Loading…
Reference in New Issue