Skip to content

Commit

Permalink
fix(monorepo): Remove git track command
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jul 22, 2024
1 parent 8650cc0 commit a8c74c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
- name: Start Nx Cloud CI run
shell: bash
if: inputs.packageManager == 'pnpm'
run: pnpm nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
working-directory: ${{ inputs.workingDirectory }}

# - name: setup node
Expand Down Expand Up @@ -166,7 +166,7 @@ runs:
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
shell: bash

- name: Track the default branch
run: git branch --track main origin/main
shell: bash
# - name: Track the default branch
# run: git branch --track main origin/main
# shell: bash

0 comments on commit a8c74c0

Please sign in to comment.