chore(deps): update tj-actions/verify-changed-files action to v19 #6

Merged
palkx merged 2 commits from renovate/tj-actions-verify-changed-files-19.x into main 2024-03-17 14:36:34 +02:00

View File

@@ -25,7 +25,7 @@ jobs:
terraform-docs --version terraform-docs --version
terraform-docs markdown table --output-file README.md --output-mode inject . terraform-docs markdown table --output-file README.md --output-mode inject .
- name: Verify Changed files - name: Verify Changed files
uses: tj-actions/verify-changed-files@v16 uses: tj-actions/verify-changed-files@v19
id: verify-changed-files id: verify-changed-files
with: with:
files: | files: |
@@ -34,7 +34,7 @@ jobs:
if: steps.verify-changed-files.outputs.files_changed == 'true' if: steps.verify-changed-files.outputs.files_changed == 'true'
run: | run: |
git config --global user.name "Gitea Bot" git config --global user.name "Gitea Bot"
git config --global user.email "gitea@xaked.com" git config --global user.email "bot@git.palkoi.net"
git add README.md git add README.md
git status git status
git commit -m 'docs(tf-docs): update README.md' git commit -m 'docs(tf-docs): update README.md'