We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2ba1f commit 6099496Copy full SHA for 6099496
.github/workflows/spec-update.yaml
@@ -121,11 +121,11 @@ jobs:
121
git push --set-upstream origin ${{ steps.branch.outputs.branch }}
122
123
- name: "Create pull request"
124
- if: ${{ env.CREATE_PR }}
+ if: ${{ env.CREATE_PR && steps.spec_diff.outputs.spec_diff == 'true'}}
125
env:
126
GH_TOKEN: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
127
run: |
128
- gh pr create --base main --head ${{ steps.push.outputs.branch }} --title "feat: [DevOps] Update $CHOICE Specification"
+ gh pr create --base main --head ${{ steps.branch.outputs.branch }} --title "feat: [DevOps] Update $CHOICE Specification"
129
130
- name: "Compile Client"
131
id: compile
0 commit comments