Skip to content

Commit

Permalink
Update remove_github_actions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyanshou committed Nov 16, 2022
1 parent b074a60 commit 6555ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/remove_github_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repo=speed_share

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

0 comments on commit 6555ff6

Please sign in to comment.