Skip to content

Commit

Permalink
Remove the checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 21, 2024
1 parent 836a406 commit 7cd9655
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize') }}
runs-on: ubuntu-latest
steps:
- name: Check out repository code ${{ github.repository }} on ${{ github.ref }}
uses: actions/checkout@v3


- name: Configure Git user
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 7cd9655

Please sign in to comment.