Bogdan Kosarevskyi

Results 6 comments of Bogdan Kosarevskyi

Hey! Using env variables in reusable workflows still unavailable. Using like this (see code below) still throws an error. ``` env: FOO: bar jobs: build: name: Build uses: user/repo/.github/workflows/workflow.yml@main with:...

@bobwng Hey! I suppose, that without core modifications of the base image it's impossible to achieve this. The easiest way to do this is next: 1. Write your custom entrypoint...

> @1k-off it’s really a nice suggestion and could achieve my goal! I’ll use before we can do that, the only concern is will we change the entry point in...

Hi @huacnlee I want to fix this. Which option would be better from your perspective: updating the `mysqldump` command to `mariadb-backup`, or adding the mysql client binary to the system?

How you see implementation of this? I mean to use success and failure urls you need to provide job status to the notify() method. Or, right now I can see...

Hi, @huacnlee How about [this](https://github.com/gobackup/gobackup/pull/235) implementation?