File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ rm ~ /.config/act/actrc
Original file line number Diff line number Diff line change 11{
22 "name" : " Nektos Act" ,
33 "id" : " act" ,
4- "version" : " 1.0.9 " ,
4+ "version" : " 1.2.0 " ,
55 "description" : " A tool for running GitHub Actions locally" ,
66 "installsAfter" : [
77 " ghcr.io/devcontainers/features/common-utils" ,
1717 "dependsOn" : {
1818 "ghcr.io/devcontainers/features/docker-in-docker" : {}
1919 }
20- }
20+ }
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ set -e
3+
4+ echo " Activating feature 'nektos/act'"
5+
6+ # ## Install Act
7+ curl --proto ' =https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/${VERSION} /install.sh | bash -s -- -b /usr/local/bin
Original file line number Diff line number Diff line change 11#! /bin/sh
2- set -e
32
4- echo " Activating feature 'nektos/act'"
5-
6- # ## Install Act
7- curl --proto ' =https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/${VERSION} /install.sh | bash -s -- -b /usr/local/bin
3+ # ## Install this feature
4+ install-feature $0
5+ install-bin $0
You can’t perform that action at this time.
0 commit comments