[PR #1566] [MERGED] Fixed auto-generated platform configuration with Micro size image #2006

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1566
Author: @kakakakakku
Created: 1/18/2023
Status: Merged
Merged: 1/19/2023
Merged by: @mergify[bot]

Base: masterHead: micro-option


📝 Commits (2)

  • 50fc103 Fixed auto-generated platform configuration with Micro size image
  • 60ec175 Merge branch 'master' into micro-option

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 cmd/root.go (+1 -1)

📄 Description

Hi, thank you for such an awesome tool 👍

When I first execute act command with Micro size image, ~/.actrc was generated as below. Because -P -P is the wrong configuration, so I fixed it.

-P ubuntu-latest=node:16-buster-slim
-P -P ubuntu-22.04=node:16-bullseye-slim
 ubuntu-20.04=node:16-buster-slim
-P ubuntu-18.04=node:16-buster-slim

I use the latest version of act.

$ act --version
act version 0.2.40

Could you review please? Thanks!


🔄 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/1566 **Author:** [@kakakakakku](https://github.com/kakakakakku) **Created:** 1/18/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `micro-option` --- ### 📝 Commits (2) - [`50fc103`](https://github.com/nektos/act/commit/50fc10306ebefe63b9bfd7dec1c1fbc30186dfd4) Fixed auto-generated platform configuration with Micro size image - [`60ec175`](https://github.com/nektos/act/commit/60ec17526aa90e5bf6c0fccde272204bbb76e7da) Merge branch 'master' into micro-option ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/root.go` (+1 -1) </details> ### 📄 Description Hi, thank you for such an awesome tool 👍 When I first execute `act` command with `Micro` size image, `~/.actrc` was generated as below. Because `-P -P` is the wrong configuration, so I fixed it. ``` -P ubuntu-latest=node:16-buster-slim -P -P ubuntu-22.04=node:16-bullseye-slim ubuntu-20.04=node:16-buster-slim -P ubuntu-18.04=node:16-buster-slim ``` I use the latest version of `act`. ```sh $ act --version act version 0.2.40 ``` Could you review please? Thanks! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53:37 +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#2006
No description provided.