Skip to content

Commit 24c0eb3

Browse files
committed
Adds Act cli
1 parent 59b0ded commit 24c0eb3

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

bin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ git-remote-iap
4848
shellcheck
4949
shellspec
5050
zap-pretty
51+
act

bin/y-act

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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 $?

bin/y-bin.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,16 @@ mkcert:
298298
darwin_arm64: c8af0df44bce04359794dad8ea28d750437411d632748049d08644ffb66a60c6
299299
linux_amd64: 6d31c65b03972c6dc4a14ab429f2928300518b26503f58723e532d1b0a3bbb52
300300
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

0 commit comments

Comments
 (0)