Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 12, 2023
1 parent 497d4f7 commit 6f26543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
if [[ ${{ matrix.version }} == '1' ]]; then
git config --local user.name lbonaldo
git config --local user.email "bonaldo.luca12@gmail.com"
git config --local user.email "[email protected].com"
git checkout -b ${GITHUB_REF#refs/heads/}-testlogs
git ls-remote --exit-code --heads origin ${GITHUB_REF#refs/heads/}-testlogs
if [ "$?" == "2" ] ; then # exit code 2 if the branch doesn't exist
Expand Down

0 comments on commit 6f26543

Please sign in to comment.