mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #1315] act workflow is complaing about "less" not installed. #714
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#714
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?
Originally created by @vteran93 on GitHub (Aug 24, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1315
Bug report info
Describe issue
Trying to add a rule to the security group I git the message above.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@Antvirf commented on GitHub (Aug 25, 2022):
Your workflow's
runs-onspecifies the container image asubuntu-18.04, which doesn't havelessinstalled by default.Replicating using that image:
As a solution, there is a suggestion in this stackoverflow reply about setting
AWS_PAGERto an empty string to avoid the issue, which you could try.Alternatively, you could install
lessas part of your Action script, which should hopefully resolve the issue :)@github-actions[bot] commented on GitHub (Sep 25, 2022):
Issue is stale and will be closed in 14 days unless there is new activity
@catthehacker commented on GitHub (Oct 3, 2022):
Image software disparity has been explained already in the README