Skip to content

Commit d08171f

Browse files
Update test.yml
1 parent d3eb55c commit d08171f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
uses: js-just/_just@main
2020
with:
2121
path: website
22-
commit:
23-
runs-on: ubuntu-latest
24-
needs: build
25-
steps:
26-
- uses: actions/checkout@v4
2722
- uses: actions/setup-node@v4
2823
- name: Commit
2924
uses: cpina/github-action-push-to-another-repository@main
@@ -34,4 +29,5 @@ jobs:
3429
destination-github-username: js-just
3530
destination-repository-name: test
3631
user-email: "[email protected]"
37-
target-branch: main
32+
target-branch: main
33+

0 commit comments

Comments
 (0)