Axel von Engel

Results 3 comments of Axel von Engel

I ran into the same issue and was able to work around it like this: ```yml - name: install npm packages run: | npm install @octokit/rest @actions/github - uses: actions/github-script@v6...

Another workaround: Copy all executables starting with `gpg` from a Git for Windows 2.18.0.windows.1 archive to a place on your path *before* the current 2.19 or later installation.

> Hi, I guess this behaviour has been fixed by #82 and will be applied in future version. You can try exporting the environment variable `GIT_DUET_DEFAULT_UPDATE=1` to use that feature...