Skip to content

Commit

Permalink
[HACK] Adding logging to changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Apr 13, 2024
1 parent bd2ac9f commit da8a136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
shell: bash
- name: Get docker file changes
id: changed-files
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
uses: kaidokert/changed-files@c684f86a9764f2533437c51cf25ff325d6986755 # extra logging
with:
files_ignore: third_party/**
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker_win/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
- name: Get docker file changes
id: changed-files
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44
uses: kaidokert/changed-files@c684f86a9764f2533437c51cf25ff325d6986755 # extra logging
with:
files_ignore: third_party/**
files: |
Expand Down

0 comments on commit da8a136

Please sign in to comment.