Skip to content

Commit

Permalink
fix(ci): mg.sh typo (#1621) (#1623)
Browse files Browse the repository at this point in the history
kill me?

Signed-off-by: madomado <[email protected]>
(cherry picked from commit 0a2f2f4)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Jul 24, 2024
1 parent 29e88b5 commit 629e803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set -x

dirs=$2
dirs=${dirs/\/pkg/}
export p="{\"id\":\"$5\",\"ver\":\"%v\",\"rel\":\"%r\",\"arch\":\"$4\",\"dirs\":\"$dirs\",\"succ\":$1,\"commit\":\"%6\"}"
export p="{\"id\":\"$5\",\"ver\":\"%v\",\"rel\":\"%r\",\"arch\":\"$4\",\"dirs\":\"$dirs\",\"succ\":$1,\"commit\":\"$6\"}"

if [[ $1 == false ]]; then
d=${p/\%v/?}
Expand Down

0 comments on commit 629e803

Please sign in to comment.