Skip to content

Commit

Permalink
Merge pull request #23 from niyajali/update-workflow
Browse files Browse the repository at this point in the history
chore: Update sync-cmp-dirs workflow
  • Loading branch information
niyajali authored Jan 16, 2025
2 parents 97e4a7a + 88230a0 commit d2732a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-cmp-dirs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
- name: Create Pull Request
if: steps.check_changes.outputs.has_changes == 'true'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v7
with:
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
title: "chore: Sync CMP directories from upstream"
body: |
Automated sync of CMP directories from upstream repository.
Expand Down

0 comments on commit d2732a3

Please sign in to comment.