Skip to content

Commit 9836091

Browse files
committed
Fix shebang line encoding issue in action.sh
Remove invisible BOM character from the shebang line to ensure proper script execution in Unix environments.
1 parent 6e28425 commit 9836091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
# Copyright 2024 Nils Knieling. All Rights Reserved.
44
#

0 commit comments

Comments
 (0)