We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a01b6 commit 00578b2Copy full SHA for 00578b2
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
57
git add README.md
58
git commit -m "Update coverage badge"
59
- git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Mipmipp/localstack-ts-api-gateway-lambda-dynamodb-crud-example.git HEAD:update-coverage-badge
+ git push origin HEAD:update-coverage-badge
60
61
- name: Create Pull Request
62
uses: peter-evans/create-pull-request@v3
0 commit comments