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
Since bash is being installed, you'll want to make sure its being used for any scripts by specifying a more explicit shebag. #!/usr/bin/env bash should do the trick.
Since bash is being installed, you'll want to make sure its being used for any scripts by specifying a more explicit shebag.
#!/usr/bin/env bash
should do the trick.gitHubActions/branch-release/entrypoint.sh
Line 1 in 55b8366
The text was updated successfully, but these errors were encountered: