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
If you try to create a commit with this action, it will fail if your GPG key has a passphrase:
$ git add .
$ git commit -S -m "Signed commit"
error: gpg failed to sign the data
fatal: failed to write commit object
##[error]Process completed with exit code 128.
gpg-preset-passphrase seeds the internal cache of gpg-agent as expected with this action but looks like there is something wrong with cache lookup or maybe pinentry-program needs to be tuned.
The text was updated successfully, but these errors were encountered:
If you try to create a commit with this action, it will fail if your GPG key has a passphrase:
gpg-preset-passphrase
seeds the internal cache ofgpg-agent
as expected with this action but looks like there is something wrong with cache lookup or maybepinentry-program
needs to be tuned.The text was updated successfully, but these errors were encountered: