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 03a8590 commit eed939bCopy full SHA for eed939b
.github/workflows/boring-open-awslc-bump.yml
@@ -85,7 +85,7 @@ jobs:
85
with:
86
app_id: ${{ secrets.BORINGBOT_APP_ID }}
87
private_key: ${{ secrets.BORINGBOT_PRIVATE_KEY }}
88
- if: steps.check-sha-boring.outputs.COMMIT_SHA || steps.check-sha-openssl.outputs.COMMIT_SHA
+ if: steps.check-sha-boring.outputs.COMMIT_SHA || steps.check-sha-openssl.outputs.COMMIT_SHA || steps.check-tag-aws-lc.outputs.NEW_TAG
89
- name: Create Pull Request
90
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
91
0 commit comments