diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 9b40e51f8..75d1f8bf1 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest env: TARGET_SUBMODULE: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.target_submodule || inputs.target_submodule }} - TARGET_VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.target_version || inputs.target_submodule }} + TARGET_VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.target_version || inputs.target_version }} BUNDLE_GITHUB__COM: ${{ secrets.BUNDLE_ACCESS_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: