Skip to content

Commit

Permalink
Fixing syntax issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Nov 19, 2024
1 parent d9bf777 commit 34835b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/machete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
branch: ${{ env.branch_name }}
base: main
title: "Fix unused dependencies"
body: |
This PR fixes unused dependencies found by cargo machete.
body: "This PR fixes unused dependencies found by cargo machete."
commit-message: "machete: removing unused dependencies"
labels: "dependencies", "automated pr"
draft: "false"
labels: "dependencies, automated pr"

0 comments on commit 34835b4

Please sign in to comment.