We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64db840 + 696a618 commit d1ca4e4Copy full SHA for d1ca4e4
.github/workflows/protos.yml
@@ -84,7 +84,7 @@ jobs:
84
PR_BODY="Automatically created PR with the latest generated SDK from Permify proto definitions."
85
86
echo "${BRANCH_NAME}"
87
- git push "https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}" "${BRANCH_NAME}"
+ git push --force "https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}" "${BRANCH_NAME}"
88
89
PR_NUMBER="$(gh pr list --head "${BRANCH_NAME}" --base main --state open --json number --jq '.[0].number')"
90
jasmine.json
@@ -1,5 +1,6 @@
1
{
2
"spec_dir": "src",
3
"spec_files": ["*.test.ts"],
4
- "helpers": []
+ "helpers": [],
5
+ "jsLoader": "require"
6
}
0 commit comments