You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/main.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,6 @@ jobs:
38
38
git push origin auto/dependency-update
39
39
- name: Create pull request
40
40
run: |
41
-
gh pr create -B main -H auto/dependency-update --title 'Update cookiecutter dependencies' --body 'Created by Github action. Review changes to the cookiecutters' dependencies and merge if stable.'
41
+
gh pr create -B main -H auto/dependency-update --title 'Update cookiecutter dependencies' --body 'Created by Github action. Review changes to the cookiecutter dependencies and merge if stable.'
0 commit comments