Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi committed Feb 6, 2024
1 parent 6364a4f commit c742fa0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/split.yml
Expand Up @@ -7,6 +7,9 @@ on:
tags:
- '*'

concurrency:
group: 'split'

env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

Expand Down Expand Up @@ -48,5 +51,5 @@ jobs:
repository_organization: 'utilities-php'
repository_name: '${{ matrix.package.split_repository }}'

user_name: '${{ github.event.pusher.name }}'
user_email: '${{ github.event.pusher.email }}'
user_name: 'github-actions[bot]'
user_email: '41898282+github-actions[bot]@users.noreply.github.com'

0 comments on commit c742fa0

Please sign in to comment.