Skip to content

Instantly share code, notes, and snippets.

View SoftCreatR's full-sized avatar
👻
Boo!

Sascha Greuel SoftCreatR

👻
Boo!
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
# === Configuration ===
GITHUB_USER="USER"
REPO_NAME="REPO"
BRANCH="main"
LAST_COMMIT_FILE=".last_commit"
# GitHub API URL for the branch