Skip to content

Commit

Permalink
[fix #275]: runtime command error for entering container isn't transl…
Browse files Browse the repository at this point in the history
…ated

* [fix #275]: missing error string

* Fix: Wrong branch in workflow file

---------

Co-authored-by: Mateus Melchiades <matbme@duck.com>
  • Loading branch information
kbdharun and matbme authored Aug 26, 2023
1 parent 339fb07 commit d2c156a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-pr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Go (PR)

on:
on:
pull_request_target:
branches: [ "v2" ]
branches: [ "main" ]
types: [opened, synchronize, reopened]

jobs:
Expand Down
1 change: 1 addition & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runtimeCommand:
description: "Work with the specified subsystem, accessing the package manager and
environment."
error:
enteringContainer: "An error occurred while entering the container: %s"
noPackageSpecified: "No packages specified."
cantAccessPkgManager: "An error occurred while accessing the package manager:
%s"
Expand Down

0 comments on commit d2c156a

Please sign in to comment.