Skip to content

Commit 503b076

Browse files
author
John Doe
committed
chore: refine targets 6
1 parent 503be8f commit 503b076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ jobs:
3434
node-version-file: .nvmrc
3535
cache: npm
3636
- name: Set base and head for Nx affected commands
37-
id: nx-set-shas
3837
uses: nrwl/nx-set-shas@v4
3938
- name: Install dependencies
4039
run: npm ci
4140
- name: Run Code PushUp action
4241
uses: code-pushup/github-action@v0
4342
with:
44-
bin: npx nx affected -t code-pushup --parallel=3 --base=${{ steps.nx-set-shas.outputs.base }} --head=${{ steps.nx-set-shas.outputs.head }} --
43+
bin: npx nx affected -t code-pushup --parallel=3 --

0 commit comments

Comments
 (0)