Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
add explicit environment to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Aug 16, 2023
1 parent 3b80980 commit 05b3408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-js-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-deploy-js-sdk:
runs-on: ubuntu-latest

environment: staging
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion packages/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const createIntegrationBlock = function (self, integration) {
this.close();
}
} else {
console.warn('Invalid integration ID provided.');
console.error('Invalid integration ID provided.');
}
};
}
Expand Down

0 comments on commit 05b3408

Please sign in to comment.