Browse Source

Update deploy-spec.yml

Anthony Max 3 months ago
parent
commit
18cdd2d530
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/deploy-spec.yml

+ 0 - 1
.github/workflows/deploy-spec.yml

@@ -30,7 +30,6 @@ jobs:
           git config --global user.email "anthonymaxgit@gmail.com"
           git clone https://${{ env.ORG_NAME }}:${{ secrets.SECRET_TOKEN }}@github.com/${{ env.ORG_NAME }}/spec.git
           cd spec
-          git checkout -B spec
           git remote add ${{ env.ORIGINAL_REPO_NAME }} https://${{ env.ORG_NAME }}:${{ secrets.SECRET_TOKEN }}@github.com/${{ env.ORG_NAME }}/${{ env.ORIGINAL_REPO_NAME }}.git
           git fetch ${{ env.ORIGINAL_REPO_NAME }}
           git checkout ${{ env.ORIGINAL_REPO_NAME }}/spec -- . || true