Skip to content

Commit 18dc1e6

Browse files
authored
Update dockerhub-description.yml
1 parent 9595705 commit 18dc1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-description.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: changed-files
3535
run: |
3636
# Get the list of files changed in the latest commit(s)
37-
git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_files.txt
37+
git diff --name-only ${{ github.event.before }} ${{ github.sha }} | tee changed_files.txt
3838
cat changed_files.txt
3939
- name: Set matrix data
4040
id: set-matrix

0 commit comments

Comments
 (0)