We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec7c6c commit 95da080Copy full SHA for 95da080
1 file changed
.github/workflows/templates-dyff-comment.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Unpack artifact
27
id: artifacts
28
run: |
29
+ ls -lR
30
unzip dyff-templates -d "${{ runner.temp }}"
31
# This is already formatted as pr-number=<pr number>
32
cat "${{ runner.temp }}/pr-number.txt" >> "$GITHUB_OUTPUT"
0 commit comments