Skip to content

Commit

Permalink
Update cmd.yml (paritytech#5536)
Browse files Browse the repository at this point in the history
Tiny fix for subweight diff in /cmd
  • Loading branch information
mordamax authored Aug 31, 2024
1 parent 9cf6c5b commit b7d5f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
--no-color \
--change added changed \
--ignore-errors \
refs/remotes/origin/master ${{ github.ref }})
refs/remotes/origin/master refs/heads/${{ needs.get-pr-branch.outputs.pr-branch }})
# Save the multiline result to the output
{
Expand Down

0 comments on commit b7d5f15

Please sign in to comment.