Skip to content

Commit

Permalink
fix - use input repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ebitkov committed Nov 12, 2023
1 parent c5c45a0 commit 2767730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- action.yml

jobs:
build-dev:
test:
runs-on: ubuntu-latest
steps:
- uses: ebitkov/build-symfony-bundle@main
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2767730

Please sign in to comment.