Skip to content

Commit 506e815

Browse files
fix
1 parent 55254f9 commit 506e815

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29-
- run: bash tests/compressor.sh
29+
- run: bash tests/compress.sh
3030
shell: bash
3131
- name: Compress with _just
3232
uses: ./

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- uses: actions/setup-node@v4
2828
- name: Commit
2929
uses: cpina/github-action-push-to-another-repository@main
30+
env:
31+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
3032
with:
3133
source-directory: "website"
3234
destination-github-username: js-just
3335
destination-repository-name: test
3436
user-email: "[email protected]"
35-
target-branch: main
36-
env:
37-
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
37+
target-branch: main

0 commit comments

Comments
 (0)