We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e66b4f commit ac1d5c8Copy full SHA for ac1d5c8
.github/workflows/code-pushup-fork.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Run Code PushUp action
42
uses: code-pushup/github-action@v0
43
with:
44
- bin: npx nx affected -t code-pushup --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
+ bin: npx nx affected -t code-pushup --
.github/workflows/code-pushup-old.yml
@@ -36,4 +36,4 @@ jobs:
36
37
38
39
- bin: npx nx code-pushup --
+ bin: npx nx code-pushup-old --
.github/workflows/code-pushup.yml
@@ -40,4 +40,4 @@ jobs:
40
0 commit comments