diff --git a/.github/workflows/default-blocklist-updater.sh b/.github/workflows/default-blocklist-updater.sh index e0bffd1..282b081 100755 --- a/.github/workflows/default-blocklist-updater.sh +++ b/.github/workflows/default-blocklist-updater.sh @@ -17,7 +17,6 @@ if [[ -z $(git status -s) ]]; then exit fi -DATE=$(date -r tmp/cacerts.pem '+%Y/%m/%d') # linux-specific BLOCKLIST_REF=$(pushd deps/sqids_blocklist && git rev-parse --short HEAD) NEW_BRANCH=automation/default-blocklist-update/$BLOCKLIST_REF if git branch -a | grep "${NEW_BRANCH}" >/dev/null; then