updated checkout-task in github-workflow

This commit is contained in:
AnsibleGuy 2023-08-05 20:03:34 +02:00
parent 0977fa5fe4
commit d67d5c3613
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 2 additions and 4 deletions

View File

@ -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