We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0bd01 commit aac05e9Copy full SHA for aac05e9
1 file changed
.github/workflows/typespec-sync.yml
@@ -62,7 +62,6 @@ jobs:
62
- name: Ensure target branch exists
63
run: |
64
set -euo pipefail
65
- git fetch origin
66
67
if git ls-remote --heads origin "refs/heads/$TARGET_BRANCH" | grep -q .; then
68
echo "Branch '$TARGET_BRANCH' already exists."
@@ -153,7 +152,7 @@ jobs:
153
152
154
npm install -g pnpm@latest-10
155
npm install -g @azure-tools/typespec-client-generator-cli
156
- pnpm install --no-frozen-lockfile
+ pnpm install
157
158
cd "$PACKAGE_PATH"
159
0 commit comments