mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-03-28 23:18:41 +00:00
Improve shebang portability
This commit is contained in:
parent
fb79cad61c
commit
a41c08846a
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue