1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Link GitHub action file in generated commit

This commit is contained in:
Jakub Roztocil
2021-10-10 20:25:03 +02:00
parent 7d418aecd0
commit 6b99e1c932
2 changed files with 6 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ jobs:
- uses: Automattic/action-commit-to-branch@master
with:
branch: master
commit_message: Auto-update installation instructions in the docs
commit_message: |
Auto-update install docs
Via .github/workflows/docs-update-install.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}