From 31bfc379e94d0252b0fe467aa58bf0c7da096758 Mon Sep 17 00:00:00 2001 From: Xavier Medrano Date: Thu, 3 Oct 2024 09:43:14 -0400 Subject: [PATCH] remove unneeded apostrophe --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44d6095..414c349 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,6 @@ jobs: git push origin auto/dependency-update - name: Create pull request run: | - 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.' + 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.' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}