Skip to content

Commit 31bfc37

Browse files
Xavier MedranoXavier Medrano
Xavier Medrano
authored and
Xavier Medrano
committed
remove unneeded apostrophe
1 parent 47499b2 commit 31bfc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
git push origin auto/dependency-update
3939
- name: Create pull request
4040
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.'
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)