Skip to content

Commit

Permalink
Adding original back
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 15, 2024
1 parent 7ab1c5c commit 210c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: extract_branch

- name: Install DevDojo Auth from current branch
run: composer require ${{ github.event.pull_request.head.repo.full_name }}:dev-${{ env.branch }} --with-all-dependencies
run: composer require devdojo/auth:dev-${{ env.branch }} --with-all-dependencies
working-directory: ./laravel_app

- name: Publish the DevDojo Auth Assets
Expand Down

0 comments on commit 210c2a7

Please sign in to comment.