Merge pull request #425 from janhq/fix/plugin-catalog-create-pullrequest-failed

Add username to remote origin
This commit is contained in:
hiento09 2023-10-23 15:54:20 +07:00 committed by GitHub
commit ec9e41e765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ jobs:
if: github.event_name == 'push' && github.event.pull_request.head.repo.full_name != github.repository
run: |
rm -rf /tmp/plugin-catalog
git clone https://github.com/janhq/plugin-catalog.git /tmp/plugin-catalog
git clone https://${{ secrets.SERVICE_ACCOUNT_USERNAME }}@github.com/janhq/plugin-catalog.git /tmp/plugin-catalog
for dir in $(cat /tmp/change_dir.txt)
do
echo "$dir"