Skip to content

Commit

Permalink
remove checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Oct 9, 2023
1 parent 6ca95b1 commit 7ca95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
run: git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout $GITHUB_SHA
run: git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE"
- name: test-gitsplit-token
run: if [ -z ${{ secrets.GITSPLIT_TOKEN }} ]; then echo "GITSPLIT_TOKEN is unset"; else echo "GITSPLIT_TOKEN is set"; fi
- name: Split repositories
Expand Down

0 comments on commit 7ca95e9

Please sign in to comment.