Skip to content

Commit

Permalink
updated checkout-task in github-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 5, 2023
1 parent df24628 commit b5076cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/autolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5076cc

Please sign in to comment.