We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b074a60 commit 6555ff6Copy full SHA for 6555ff6
scripts/remove_github_actions.sh
@@ -4,7 +4,7 @@ repo=speed_share
4
5
# Get workflow IDs with status "disabled_manually"
6
workflow_ids=($(gh api repos/$org/$repo/actions/workflows | jq '.workflows[] | .id'))
7
-echo $workflow_ids
+# echo $workflow_ids
8
for workflow_id in "${workflow_ids[@]}"
9
do
10
echo "Listing runs for the workflow ID $workflow_id"
0 commit comments