We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414bc84 commit 0b0849dCopy full SHA for 0b0849d
src/act/devcontainer-feature.json
@@ -2,7 +2,7 @@
2
"id": "act",
3
"name": "Nektos Act",
4
"description": "A tool for running GitHub Actions locally",
5
- "version": "1.3.0",
+ "version": "1.4.2",
6
"dependsOn": {
7
"ghcr.io/devcontainers/features/docker-in-docker": {}
8
},
@@ -16,5 +16,8 @@
16
"description": "The version of act to install",
17
"default": "master"
18
}
19
+ },
20
+ "postCreateCommand": {
21
+ "config": "configure-feature act"
22
23
src/act/stubs/.github/workflows/#.secrets
stubs/.devcontainer/start.sh
@@ -7,3 +7,5 @@ git config --global --add safe.directory ${containerWorkspaceFolder:-.}
if [ -z "$CODESPACES" ]; then
git config --global gpg.program gpg2
9
fi
10
+
11
+echo "SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa | tr -d '\n')" >>.github/workflows/.secrets
0 commit comments