mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-07 12:47:32 -05:00
.github: unbreak action
This commit is contained in:
2
.github/workflows/test_dep_update.sh
vendored
2
.github/workflows/test_dep_update.sh
vendored
@ -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)"
|
||||
|
Reference in New Issue
Block a user