Skip to content

Commit

Permalink
fix : replace action using deprecated node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau authored and cole-h committed Mar 29, 2023
1 parent b55ee10 commit 9af2d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ runs:
output-filename: 'pr_body.txt'
- name: Read pr_body.txt
id: pr_body
uses: andstor/file-reader-action@v1
uses: juliangruber/read-file-action@v1
with:
path: "pr_body.txt"
# We need to remove the pr_body files so that the
Expand Down

0 comments on commit 9af2d0f

Please sign in to comment.