Skip to content

Commit d2c156a

Browse files
kbdharunmatbme
andauthored
[fix #275]: runtime command error for entering container isn't translated
* [fix #275]: missing error string * Fix: Wrong branch in workflow file --------- Co-authored-by: Mateus Melchiades <matbme@duck.com>
1 parent 339fb07 commit d2c156a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/go-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Go (PR)
22

3-
on:
3+
on:
44
pull_request_target:
5-
branches: [ "v2" ]
5+
branches: [ "main" ]
66
types: [opened, synchronize, reopened]
77

88
jobs:

locales/en.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runtimeCommand:
1515
description: "Work with the specified subsystem, accessing the package manager and
1616
environment."
1717
error:
18+
enteringContainer: "An error occurred while entering the container: %s"
1819
noPackageSpecified: "No packages specified."
1920
cantAccessPkgManager: "An error occurred while accessing the package manager:
2021
%s"

0 commit comments

Comments
 (0)