From 276773034fa2e94f623629447f491fd7b4f0a3d1 Mon Sep 17 00:00:00 2001 From: Emanuel Bitkov Date: Sun, 12 Nov 2023 21:42:58 +0100 Subject: [PATCH] fix - use input repository --- .github/workflows/test-action.yaml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yaml b/.github/workflows/test-action.yaml index 2d9c23f..c441c7e 100644 --- a/.github/workflows/test-action.yaml +++ b/.github/workflows/test-action.yaml @@ -8,7 +8,7 @@ on: - action.yml jobs: - build-dev: + test: runs-on: ubuntu-latest steps: - uses: ebitkov/build-symfony-bundle@main diff --git a/action.yml b/action.yml index cd67e17..f38c595 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ runs: # Configure bundle - run: | symfony composer config repositories.bundle '{"type":"path","url":"./bundle","symlink":true}'; - symfony composer require --no-install ${{ github.repository }}:@dev + symfony composer require --no-install ${{ input.repository }}:@dev shell: bash # Install dependencies with Composer