Skip to content

Commit ac1d5c8

Browse files
author
John Doe
committed
chore: adjust gh actions
1 parent 8e66b4f commit ac1d5c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code-pushup-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Run Code PushUp action
4242
uses: code-pushup/github-action@v0
4343
with:
44-
bin: npx nx affected -t code-pushup --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
44+
bin: npx nx affected -t code-pushup --

.github/workflows/code-pushup-old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Run Code PushUp action
3737
uses: code-pushup/github-action@v0
3838
with:
39-
bin: npx nx code-pushup --
39+
bin: npx nx code-pushup-old --

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Run Code PushUp action
4141
uses: code-pushup/github-action@v0
4242
with:
43-
bin: npx nx affected -t code-pushup --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
43+
bin: npx nx affected -t code-pushup --

0 commit comments

Comments
 (0)