Sebastian
Sebastian
> adding: > > ```yaml > environment: > ``` > > works for me [here](https://github.com/Hugo-C/threatfox-daily-c2/blob/dfca7d7b217c3cd0e2bc787b1e677829f1fe75f2/.github/workflows/deploy.yml), is it what you are looking for ? My understanding is that this is for...
My current workaround is to separate the tasks like this: ```yaml - name: Clone fedora_template to mediaserver-101 community.general.proxmox_kvm: api_user: "{{ lookup('community.general.onepassword', 'ansible_test', field='username', vault='Private') }}@pam" api_password: "{{ lookup('community.general.onepassword', 'ansible_test', field='password',...
That’s unfortunate. Thanks for the answer!☺️
This prevents me from deploying my site to GitHub Pages.
Is this still an issue on 1.2.21? I just tried switching to Bun for my Docusaurus project, and it worked flawlessly. My Angular 20 project now builds as well.
Hmm, strange. I can build Docusaurus + Angular on my M1 MBA using: `bun --bun run build`. I can build Docusaurus using `bun --bun run build` on a GitHub-hosted runner....
Yeah it's really, really annoying to have a million directories for every software living in the home directory. Please move the config files to `${XDG_CONFIG_HOME}/docker`.
> `optimizeForDisable` should not matter here as it always expects a config file But why the unnecessary clone if the response is already telling us that the repo doesn't contain...
> Why is it not possible to use `autoDiscoverFilter` in your case? Because we have two collections in Azure DevOps Server, each with a couple of thousand repositories, we can’t...
> Okay. > > Try adding `extends: [':disableRenovate']` to your admin/global config. And, in the repos you want to run renovate on ask them to include `enabled: true` in their...