mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-01-16 16:24:35 +00:00
fix: properly check for bash in $PATH
This commit is contained in:
parent
3d19495e99
commit
f841bb9fe1
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue