Skip to content

Commit

Permalink
Merge branch 'main' into mordamax-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax authored Aug 30, 2024
2 parents ab2e540 + f86e22b commit 6f63070
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 @@ -212,6 +212,7 @@ jobs:
echo "The PR branch is ${{ steps.get-pr.outputs.pr_branch }}"
echo "The repository is ${{ steps.get-pr.outputs.repo }}"
cmd:
needs: [get-pr-branch, fellows]
env:
Expand Down Expand Up @@ -322,7 +323,6 @@ jobs:
git restore --staged Cargo.lock # ignore changes in Cargo.lock
git commit -m "Update from ${{ github.actor }} running command '${{ steps.get-pr-comment.outputs.group2 }}'" || true
git push origin ${{ needs.get-pr-branch.outputs.pr-branch }}
else
echo "Nothing to commit";
fi
Expand Down

0 comments on commit 6f63070

Please sign in to comment.