Skip to content

Commit

Permalink
Update send-to-discovery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiraimathiGunalan authored Jun 7, 2024
1 parent a785b0a commit 037dc23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/send-to-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
PLATFORM_API_PREFIX: production-mgmt-platform-api-apic
INSECURE_SKIP_TLS_VERIFY: True
PROVIDER_ORG: e2etest1
#API_FILES: APIfolder/uber-api.json
API_FOLDERS: APIfolder,APIfolderTwo
API_FILES: MYAPIS/api-with-examples.yaml
#API_FOLDERS: APIfolder,APIfolderTwo

jobs:
run-discovery:
Expand All @@ -20,7 +20,7 @@ jobs:
id: difference-output
run: |
echo "action_updates=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.before }} ${{ github.sha }} | xargs)" >> $GITHUB_OUTPUT
- uses: ibm-apiconnect/apic-discovery-action@ng/skiptls
- uses: ibm-apiconnect/apic-discovery-action@main
id: discover-apis
with:
api_host: ${{ env.API_HOST }}
Expand Down

0 comments on commit 037dc23

Please sign in to comment.