File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747 miniforge-version : latest
4848#
4949 - name : Clone the devel branch (push to devel)
50- run : run: git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
50+ run : git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
5151 if : github.event_name != 'pull_request'
5252#
5353 - name : Clone the feature branch (pull request to devel)
54- run : run: git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
54+ run : git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
5555 if : github.event_name == 'pull_request'
5656#
5757 - name : Setup Conda
You can’t perform that action at this time.
0 commit comments