From 2e461c0c39156d55d256e890096957247308a4b7 Mon Sep 17 00:00:00 2001 From: Prokop Simek Date: Wed, 15 Nov 2023 21:59:12 +0100 Subject: [PATCH] fix: remove composer-json-path for php --- .github/actions/publish-php-packagist/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/publish-php-packagist/action.yml b/.github/actions/publish-php-packagist/action.yml index caebfe3..9faacfd 100644 --- a/.github/actions/publish-php-packagist/action.yml +++ b/.github/actions/publish-php-packagist/action.yml @@ -16,5 +16,4 @@ runs: - uses: hotaruma/packagist-sync@v1.0.1 with: packagist-username: ${{ env.PACKAGIST_USERNAME }} - api-token: ${{ env.PACKAGIST_TOKEN }} - composer-json-path: ${{ inputs.package-path }} \ No newline at end of file + api-token: ${{ env.PACKAGIST_TOKEN }} \ No newline at end of file