Skip to content

Commit db35a67

Browse files
committed
minor fix
1 parent 8a96c60 commit db35a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,8 +2890,8 @@ jobs:
28902890
uses: actions/checkout@v4
28912891
with:
28922892
path: target
2893-
repository: github.event.pull_request.base.repo.full_name
2894-
ref: github.event.pull_request.base.ref
2893+
repository: ${{ github.event.pull_request.base.repo.full_name }}
2894+
ref: ${{ github.event.pull_request.base.ref }}
28952895
- name: Generate target openapi specs
28962896
run: |
28972897
cd target

0 commit comments

Comments
 (0)