chore(deps): update tj-actions/verify-changed-files action to v19 #6
@@ -25,7 +25,7 @@ jobs:
|
||||
terraform-docs --version
|
||||
terraform-docs markdown table --output-file README.md --output-mode inject .
|
||||
- name: Verify Changed files
|
||||
uses: tj-actions/verify-changed-files@v16
|
||||
uses: tj-actions/verify-changed-files@v19
|
||||
id: verify-changed-files
|
||||
with:
|
||||
files: |
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
if: steps.verify-changed-files.outputs.files_changed == 'true'
|
||||
run: |
|
||||
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 status
|
||||
git commit -m 'docs(tf-docs): update README.md'
|
||||
|
||||
Reference in New Issue
Block a user