[PR #477] [MERGED] Fix/a small confusion in readme #1464

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/477
Author: @ibraheeamm
Created: 1/14/2021
Status: Merged
Merged: 1/15/2021
Merged by: @cplee

Base: masterHead: fix/a-small-confusion-in-readme


📝 Commits (2)

  • 899b2eb using ubuntu-18.04 instead of ubuntu-latest when specifying platform -P flag in readme, it cause a little confusion
  • 5e800de fix a confusion in .actrc for the image name

📊 Changes

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

View changed files

📝 README.md (+2 -2)

📄 Description

Hello,

In the current readme I found a little confusion in these two sections

https://github.com/nektos/act#use-an-alternative-runner-image
https://github.com/nektos/act#configuration

The image is named ubuntu-latest while it actually uses at the end the ubuntu-18.04

the current command

act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04

My fix

act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04

its a small change but I think it fix the small confusion

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/477 **Author:** [@ibraheeamm](https://github.com/ibraheeamm) **Created:** 1/14/2021 **Status:** ✅ Merged **Merged:** 1/15/2021 **Merged by:** [@cplee](https://github.com/cplee) **Base:** `master` ← **Head:** `fix/a-small-confusion-in-readme` --- ### 📝 Commits (2) - [`899b2eb`](https://github.com/nektos/act/commit/899b2eb89107c2ca116fe9f8ea54387bc7db03a6) using ubuntu-18.04 instead of ubuntu-latest when specifying platform -P flag in readme, it cause a little confusion - [`5e800de`](https://github.com/nektos/act/commit/5e800de01535f87fecc686a6e9cc0eb08d9b4a1e) fix a confusion in .actrc for the image name ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) </details> ### 📄 Description Hello, In the current readme I found a little confusion in these two sections [https://github.com/nektos/act#use-an-alternative-runner-image](use-an-alternative-runner-image) [https://github.com/nektos/act#configuration](configuration) The image is named `ubuntu-latest` while it actually uses at the end the `ubuntu-18.04` the current command `act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04` My fix `act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04` its a small change but I think it fix the small confusion 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:51:17 +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#1464
No description provided.