feact(ci): update tf-docs and megalinter flows

This commit is contained in:
2024-06-18 15:09:34 +03:00
parent 16db2785d2
commit 60045071ad
2 changed files with 2 additions and 2 deletions

View File

@@ -102,6 +102,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes" commit_message: "feat(linter): apply linters fixes"
commit_user_name: Gitea Bot commit_user_name: Gitea Bot
commit_user_email: bot@git.palkoi.net commit_user_email: bot@git.palkoi.net

View File

@@ -35,7 +35,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes" commit_message: "docs(tf-docs): update docs"
commit_user_name: Gitea Bot commit_user_name: Gitea Bot
commit_user_email: bot@git.palkoi.net commit_user_email: bot@git.palkoi.net
# - name: Push updated README.md # - name: Push updated README.md