mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-15 18:38:46 +00:00
Fix workflow to handle multiple merges
This commit is contained in:
parent
17d20c5404
commit
3684f92b03
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -191,7 +191,7 @@ jobs:
|
|||||||
git config user.name "${GITHUB_ACTOR}"
|
git config user.name "${GITHUB_ACTOR}"
|
||||||
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
||||||
git fetch --unshallow
|
git fetch --unshallow
|
||||||
for merge in "$merges"
|
for merge in $merges
|
||||||
do
|
do
|
||||||
user=`echo "$merge" | cut -f 1 -d '/'`
|
user=`echo "$merge" | cut -f 1 -d '/'`
|
||||||
repo=`echo "$merge" | cut -f 2 -d '/'`
|
repo=`echo "$merge" | cut -f 2 -d '/'`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user