Skip to content

Commit

Permalink
Update cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Jul 23, 2024
1 parent 7161bad commit 20f4350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
git pull origin ${{ github.head_ref }}
git add .
git restore --staged Cargo.* # ignore changes to Cargo.toml and Cargo.lock
git commit -m "Update from ${{ github.actor }} running command '${{ steps.get-pr-comment.outputs.group2 }}'"
git push origin ${{ github.head_ref }}
else
Expand Down

0 comments on commit 20f4350

Please sign in to comment.