From b4ba771b3925d43a0b7b12c3db4170a1ae2fd705 Mon Sep 17 00:00:00 2001 From: ckie Date: Thu, 14 Apr 2022 01:37:17 +0300 Subject: [PATCH] .github: unbreak action --- .github/workflows/test_dep_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_dep_update.sh b/.github/workflows/test_dep_update.sh index dfa3752..489b9c2 100755 --- a/.github/workflows/test_dep_update.sh +++ b/.github/workflows/test_dep_update.sh @@ -2,7 +2,7 @@ #!nix-shell -i bash -p gh jq set -e echo "$GITHUB_API_TOKEN" | gh auth login --with-token -git branch -d depupdate || true +git branch -D depupdate || true git branch depupdate git checkout depupdate json="$(gh pr list --search "author:app/github-actions" --json headRefName,number)"