diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f77c403..0e556a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,6 @@ jobs: type: 'jira' port_client_id: ${{ secrets.PORT_CLIENT_ID }} port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }} - port_base_url: https://app.getport.io config: | jira_host: ${{ secrets.JIRA_HOST }} atlassian_user_email: ${{ secrets.JIRA_USER_EMAIL }} diff --git a/action.yml b/action.yml index 21f6847..0902bbe 100644 --- a/action.yml +++ b/action.yml @@ -18,6 +18,7 @@ inputs: required: true port_base_url: description: 'The Port base URL' + default: 'https://api.getport.io' required: false initialize_port_resources: description: 'Should Ocean try to create the default resources (blueprints, pages, integration config, etc.) provided with the integration'