Open Srylax opened 1 week ago
Using hardcoded paths (/bin/bash) is generally a bad practice. Please use the POSIX compliant /usr/bin/env bash instead. Self-hosted runners that use a system like NixOS will currently fail to use the 1Password Action.
/bin/bash
/usr/bin/env bash
Using hardcoded paths (
/bin/bash
) is generally a bad practice. Please use the POSIX compliant/usr/bin/env bash
instead. Self-hosted runners that use a system like NixOS will currently fail to use the 1Password Action.