We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646dcff commit c3753efCopy full SHA for c3753ef
1 file changed
.github/workflows/connectors_up_to_date.yml
@@ -245,7 +245,7 @@ jobs:
245
with:
246
token: ${{ steps.get-app-token.outputs.token }}
247
commit-message: "chore(${{ env.CONNECTOR_NAME }}): update dependencies"
248
- branch: "connectors-up-to-date/${{ env.CONNECTOR_NAME }}"
+ branch: "up-to-date/${{ env.CONNECTOR_NAME }}"
249
delete-branch: true
250
title: "chore(${{ env.CONNECTOR_NAME }}): update dependencies"
251
body: |
0 commit comments