mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #477] [MERGED] Fix/a small confusion in readme #1464
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix/a-small-confusion-in-readme📝 Commits (2)
899b2ebusing ubuntu-18.04 instead of ubuntu-latest when specifying platform -P flag in readme, it cause a little confusion5e800defix 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-latestwhile it actually uses at the end theubuntu-18.04the current command
act -P ubuntu-latest=nektos/act-environments-ubuntu:18.04My fix
act -P ubuntu-18.04=nektos/act-environments-ubuntu:18.04its 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.