You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Action: bind mount /usr/bin/gh into the containers (#1162)
## Problem
- GitHub action which merges the translations from Weblate failed
([Action
log](https://github.com/openSUSE/agama/actions/runs/8769617276/job/24065296950#step:3:27))
- The problem is that the repository changed the GPG signature and the
`gh` package cannot be installed
## Solution
- Do not install it, it already is pre-installed in the default Ubuntu
host system
- The `gh` tool is a statically linked binary without any dependencies
so we can simply just bind mount it from the host into the container
- We already use this solution in the
`.github/workflows/weblate-merge-service-po.yml` file, let's use it
everywhere
0 commit comments