[PR #144] [MERGED] Fix 132 - support for chocolatey install #1368

Closed
opened 2026-03-01 21:50:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/144
Author: @cplee
Created: 3/10/2020
Status: Merged
Merged: 3/10/2020
Merged by: @cplee

Base: masterHead: iss-132


📝 Commits (4)

  • e0fbe18 fix #132 - publish chocolatey package for act
  • f7d0dfa add missing files to pass validation
  • 68b58dd remove extra choco step
  • 7bfc976 Merge branch 'master' into iss-132

📊 Changes

8 files changed (+117 additions, -2 deletions)

View changed files

.github/actions/choco/Dockerfile (+34 -0)
.github/actions/choco/action.yml (+12 -0)
.github/actions/choco/entrypoint.sh (+29 -0)
📝 .github/workflows/push.yml (+5 -0)
📝 .gitignore (+3 -1)
📝 README.md (+3 -1)
VERIFICATION (+5 -0)
act-cli.nuspec (+26 -0)

📄 Description

Replaces #139


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/144 **Author:** [@cplee](https://github.com/cplee) **Created:** 3/10/2020 **Status:** ✅ Merged **Merged:** 3/10/2020 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `iss-132` --- ### 📝 Commits (4) - [`e0fbe18`](https://github.com/nektos/act/commit/e0fbe18846f07682afc106b2ad601a70a828a1be) fix #132 - publish chocolatey package for act - [`f7d0dfa`](https://github.com/nektos/act/commit/f7d0dfa2d5660f08b7a5ec237723a9f5c86e32ca) add missing files to pass validation - [`68b58dd`](https://github.com/nektos/act/commit/68b58dd3b9376db62d4b04948a33972a95877892) remove extra choco step - [`7bfc976`](https://github.com/nektos/act/commit/7bfc9761fa711c93c6080815818969d45543fa98) Merge branch 'master' into iss-132 ### 📊 Changes **8 files changed** (+117 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/choco/Dockerfile` (+34 -0) ➕ `.github/actions/choco/action.yml` (+12 -0) ➕ `.github/actions/choco/entrypoint.sh` (+29 -0) 📝 `.github/workflows/push.yml` (+5 -0) 📝 `.gitignore` (+3 -1) 📝 `README.md` (+3 -1) ➕ `VERIFICATION` (+5 -0) ➕ `act-cli.nuspec` (+26 -0) </details> ### 📄 Description Replaces #139 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:50:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1368
No description provided.