We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a773baa commit 8ff2338Copy full SHA for 8ff2338
.github/workflows/test_action.yaml
@@ -20,3 +20,14 @@ jobs:
20
printf "\n\n"
21
printf "Contents of schedule.md:\n"
22
cat schedule.md
23
+ printf "\n\n"
24
+ - name: Remove generated files
25
+ run: |
26
+ printf "Removing generated files...\n"
27
+ rm -f chart.md schedule.json schedule.md
28
+ ls -R
29
+ - uses: actions/download-artifact@v4
30
+ with:
31
+ name: spec-zero-versions
32
+ - name: Display structure of downloaded files
33
+ run: ls -R
action.yaml
@@ -23,4 +23,4 @@ runs:
path: |
schedule.json
schedule.md
- chart.md
+ chart.md
0 commit comments