Skip to content

Commit

Permalink
update tj-actions/verify-changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles authored Dec 4, 2024
1 parent 3405e12 commit eba8141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: generate badge
run: coverage-badge -f -o coverage.svg
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v6
uses: tj-actions/verify-changed-files@v20
id: changed_files
with:
files: coverage.svg
Expand All @@ -43,4 +43,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.github_token }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}

0 comments on commit eba8141

Please sign in to comment.