updated checkout-task in github-workflow
This commit is contained in:
parent
0977fa5fe4
commit
d67d5c3613
|
|
@ -18,10 +18,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Switch to Current Branch
|
||||
run: git checkout ${{ env.BRANCH }}
|
||||
shell: bash
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Install python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue