1Password / load-secrets-action

Load secrets from 1Password into your GitHub Actions jobs
https://developer.1password.com
MIT License
195 stars 26 forks source link

Switch to /usr/bin/env bash in entrypoint.sh #81

Open Srylax opened 1 week ago

Srylax commented 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.