Use bash in setup_git.sh (#27676)
This commit is contained in:
parent
978f091822
commit
4d6891162d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/setup_git.sh
vendored
2
.github/workflows/setup_git.sh
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/bin/bash -e
|
||||
git config --global user.email "spack@example.com"
|
||||
git config --global user.name "Test User"
|
||||
|
||||
|
|
Loading…
Reference in a new issue