Skip to content

Commit 6555ff6

Browse files
committed
Update remove_github_actions.sh
1 parent b074a60 commit 6555ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/remove_github_actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repo=speed_share
44

55
# Get workflow IDs with status "disabled_manually"
66
workflow_ids=($(gh api repos/$org/$repo/actions/workflows | jq '.workflows[] | .id'))
7-
echo $workflow_ids
7+
# echo $workflow_ids
88
for workflow_id in "${workflow_ids[@]}"
99
do
1010
echo "Listing runs for the workflow ID $workflow_id"

0 commit comments

Comments
 (0)