Skip to content

Commit

Permalink
remove path key when download edit-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Anita Caron authored May 24, 2024
1 parent b6083d7 commit 7ddc42a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: edit-diff.md
path: edit-diff.md
- name: Prepare edit file comment
if: steps.check.outputs.triggered == 'true'
run: "echo \"<details>\n <summary> Here's a diff of your edit file (unreasoned) </summary> \n\" > edit-comment.md; cat edit-diff.md >> edit-comment.md"
Expand Down

0 comments on commit 7ddc42a

Please sign in to comment.