-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove redundant ids and userIdentifier when gbraid or wbraid ar…
…e there (#3910) * fix: remove redundant ids and userIdentifier when gbraid or wbraid are there * chore: address comment * chore: fix sonar cloud issue * chore: fix sonar cloud issue * chore: decrease Cognitive Complexity from 17 to the 15 * chore: fix lint error * chore: specify head commit hash for checkout temporarily * chore: fix fetch depth * chore: fix fetch depth to 0 * chore: reset commit sha --------- Co-authored-by: Sai Kumar Battinoju <[email protected]>
- Loading branch information
1 parent
f44f148
commit 313710c
Showing
6 changed files
with
315 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 1 | ||
fetch-depth: 0 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.