We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9595705 commit 18dc1e6Copy full SHA for 18dc1e6
.github/workflows/dockerhub-description.yml
@@ -34,7 +34,7 @@ jobs:
34
id: changed-files
35
run: |
36
# Get the list of files changed in the latest commit(s)
37
- git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_files.txt
+ git diff --name-only ${{ github.event.before }} ${{ github.sha }} | tee changed_files.txt
38
cat changed_files.txt
39
- name: Set matrix data
40
id: set-matrix
0 commit comments