mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #2373] [MERGED] fix: changed location of actrc in info message #2420
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#2420
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/2373
Author: @just-dev-creator
Created: 6/21/2024
Status: ✅ Merged
Merged: 7/10/2024
Merged by: @mergify[bot]
Base:
master← Head:fix-config-location-info📝 Commits (3)
1bae5a7Changed location of actrc in info messagec5eb086Display actrc location dynamically3ada0d7Merge branch 'master' into fix-config-location-info📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
cmd/root.go(+1 -1)📄 Description
Hi there,
when trying to switch the docker image used for one of my projects, I noticed that the .actrc file is not in the path stated during setup (~/.actrc), but rather in ~/.config/act/actrc. I changed the info text accordingly.
I hope this isn't some special thing when using act via the AUR or something like that, but at least for me it took some minutes to find the correct config.
If this issue is specific to me, please just close this PR - I certainly don't have enough knowledge of Go to find the code part that creates the config and investigate further.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.