We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9ec2a commit 9ad492fCopy full SHA for 9ad492f
actions/test/action.yml
@@ -157,7 +157,9 @@ runs:
157
gpgconf_ctl="$(dirname "$gpgconf_bin")/gpgconf.ctl"
158
if [ -f "$gpgconf_ctl" ]; then
159
echo "Removing malformed gpgconf.ctl: $gpgconf_ctl"
160
- rm -f "$gpgconf_ctl"
+ if ! rm -f "$gpgconf_ctl"; then
161
+ echo "Warning: Failed to remove gpgconf.ctl, GPG may not work correctly"
162
+ fi
163
fi
164
165
# Ensure GNUPGHOME is set up correctly
0 commit comments