Skip to content

Instantly share code, notes, and snippets.

View BreathCodeFlow's full-sized avatar
🧘
Real is rare

Markus Sommer BreathCodeFlow

🧘
Real is rare
  • Fullhaus
View GitHub Profile
#!/bin/bash
# Script to delete all workflow runs in a GitHub repository
# Usage: ./delete-workflow-runs.sh <GitHub-Owner> <GitHub-Repo>
set -e
# Function to display usage
show_usage() {
echo "Usage: $0 <GitHub-Owner> <GitHub-Repo>"