Skip to content

Commit 70eeaf4

Browse files
committed
Update build_packages_info.yml to include status in CSV output
1 parent e4044af commit 70eeaf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_packages_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Create new output file
3030
echo "Name,Description,CRAN link,CRAN version, CRAN license,Last commit,GitHub version,GitHub license,Github owner,Status" > output.csv
3131
32-
while IFS="," read -r name description gh_link cran_link
32+
while IFS="," read -r name description gh_link cran_link status
3333
do
3434
echo "-----------------------------------"
3535
echo "name: $name"

0 commit comments

Comments
 (0)