Pantelis Karamolegkos

Results 18 issues of Pantelis Karamolegkos

Trying to add a new `git-crypt` collaborator as follows. Following steps run on a `MacOS` Big Sur with ``` ▶ gpg --version gpg (GnuPG) 2.3.3 libgcrypt 1.9.4 Copyright (C) 2021...

### Bug report info ```plain text ▶ act --bug-report act version: 0.2.26 GOOS: darwin GOARCH: amd64 NumCPU: 8 Docker host: DOCKER_HOST environment variable is unset/empty. Sockets found: /var/run/docker.sock Config files:...

kind/bug
stale

#### Question I am using the following targets file ``` GET https://foo.bar.com GET https://bar.foo.com GET https://zoo.lander.com ``` and then issue ``` vegeta attack -targets=targetsFile -duration=2s | tee results.bin | vegeta...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug

I have the following `repoConfig.yaml` ```yaml - run: terragrunt-atlantis-config generate --output atlantis.yaml --autoplan --parallel --create-workspace workflows: terragrunt: plan: steps: - run: terragrunt plan -no-color -out=$PLANFILE - run: terragrunt show -no-color...

I have a large monorepo incorporating both `modules` and `live` section. I am running ``` $ terragrunt-atlantis-config generate --apply-requirements approved,mergeable --output atlantis.yaml --autoplan --parallel ``` on the root of the...

I have a reusable workflow (i.e. triggered by the `workflow_call` event) I also have the following input defined in it: ``` do_something: description: whether to do something required: true type:...

question

I have several tests using `testify/suite` and I execute them in parallel as follows ``` type IntegrationSuite struct { suite.Suite } func TestIntegrationSuite(t *testing.T) { suite.Run(t, &IntegrationSuite{}) } func (is...

Does the action wait only for GHA - related status checks? We have some other commit statuses (coming from `flux`) and it does not seem to be checking for them.

I am installing the role as follows ```yaml - name: Install required ansible-galaxy roles local_action: shell ansible-galaxy install -r requirements.yaml --force ``` where ``` $ cat requirements.yaml - src: geerlingguy.docker...

stale