We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4451c0 commit c80d60eCopy full SHA for c80d60e
1 file changed
.github/workflows/collect.yml
@@ -79,6 +79,7 @@ jobs:
79
just final "../after-lens.csv" "../final.csv"
80
} 2>&1 | tee -a collect.log
81
sed -i "s|$TOKEN|REDACTED|g" collect.log
82
+ mkdir -p "collection/${{ inputs.out }}/steps"
83
cp "repos.csv" "collection/${{ inputs.out }}/steps/"
84
cp "repos-with-pulls.csv" "collection/${{ inputs.out }}/steps/"
85
cp "after-filter.csv" "collection/${{ inputs.out }}/steps/"
0 commit comments