File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,4 @@ git-remote-iap
48
48
shellcheck
49
49
shellspec
50
50
zap-pretty
51
+ act
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ [ -z " $DEBUG " ] || set -x
3
+ set -e
4
+ YBIN=" $( dirname $0 ) "
5
+
6
+ version=$( y-bin-download $YBIN /y-bin.yaml act)
7
+
8
+ y-act-v${version} -bin " $@ " || exit $?
Original file line number Diff line number Diff line change @@ -298,3 +298,16 @@ mkcert:
298
298
darwin_arm64 : c8af0df44bce04359794dad8ea28d750437411d632748049d08644ffb66a60c6
299
299
linux_amd64 : 6d31c65b03972c6dc4a14ab429f2928300518b26503f58723e532d1b0a3bbb52
300
300
linux_arm64 : b98f2cc69fd9147fe4d405d859c57504571adec0d3611c3eefd04107c7ac00d0
301
+
302
+ act :
303
+ version : 0.2.46
304
+ templates :
305
+ download : https://github.com/nektos/act/releases/download/v${version}/act_${Os}_${xarch}.tar.gz
306
+ sha256 :
307
+ darwin_amd64 : 503bd4560afa3394fac87c404d4b34d1b422b8bb136b7f4ddaab27d08367700a
308
+ darwin_arm64 : 6e5aae98192747d9430625cf0ac42e9fbcdbd9bc5e2558eb0297d0e2f9f2b2a8
309
+ linux_amd64 : 19d5cdf534f892c1b62c32765c3982e2eb1334d66de4cc7e4a0e568cc0256f44
310
+ linux_arm64 : 06418ca7430df409940812afe343c00118d7df889b11422232ff31a32a32b737
311
+ archive :
312
+ tool : tar
313
+ path : act
You can’t perform that action at this time.
0 commit comments