Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent 8a96c60 commit db35a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2890,8 +2890,8 @@ jobs:
uses: actions/checkout@v4
with:
path: target
repository: github.event.pull_request.base.repo.full_name
ref: github.event.pull_request.base.ref
repository: ${{ github.event.pull_request.base.repo.full_name }}
ref: ${{ github.event.pull_request.base.ref }}
- name: Generate target openapi specs
run: |
cd target
Expand Down

0 comments on commit db35a67

Please sign in to comment.