Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed Sep 19, 2024
1 parent 09ee26f commit 8a6d762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
ANYPOINT_CLIENT_ID: ${{ secrets.CONNECTED_APP_CLIENT_ID }}
ANYPOINT_CLIENT_SECRET: ${{ secrets.CONNECTED_APP_CLIENT_SECRET }}
REST_API_ARTIFACT_ID: squirrel
API_MANAGER_API_ID: "19940258"
API_MANAGER_API_ID: 19940258

jobs:
test:
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
-Dclient.secret="$ANYPOINT_CLIENT_SECRET" | grep ":$REST_API_ARTIFACT_ID:" | grep -Eo "[0-9]+[.][0-9]+[.][0-9]+")" >> $GITHUB_ENV
- name: API Manager - Change specification version
run: |
anypoint-cli-v4 api-mgr:api:change-specification $API_MANAGER_API_ID REST_API_VERSION
anypoint-cli-v4 api-mgr:api:change-specification $API_MANAGER_API_ID $REST_API_VERSION

0 comments on commit 8a6d762

Please sign in to comment.