We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05337c commit 2f10a38Copy full SHA for 2f10a38
1 file changed
.github/workflows/update_backend.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: "Create PR if necessary"
41
uses: peter-evans/create-pull-request@v8
42
with:
43
+ branch: backend-update/v${{ steps.get-latest.outputs.version }}
44
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
45
body: |
46
This PR was automatically generated by the GitHub Action `.github/workflows/update-backend.yml`
0 commit comments