mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-05-08 02:43:19 +00:00
Improve shebang portability
This commit is contained in:
parent
cc66f77bd5
commit
95ef541815
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue