We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7660c35 commit 917bda6Copy full SHA for 917bda6
action.yaml
@@ -74,3 +74,10 @@ runs:
74
run: |
75
curl -sL https://raw.githubusercontent.com/marverix/gah/refs/tags/$tag/gah -o "$GAH_INSTALL_DIR/gah"
76
chmod +x "$GAH_INSTALL_DIR/gah"
77
+
78
+ - name: Pin bash shebang
79
+ shell: bash
80
+ run: |
81
+ bash_location=$(which bash)
82
+ bash_location="#\!${bash_location}"
83
+ sed -i "1 s|.*|$bash_location|" "$GAH_INSTALL_DIR/gah"
0 commit comments