We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55254f9 commit 506e815Copy full SHA for 506e815
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
29
- - run: bash tests/compressor.sh
+ - run: bash tests/compress.sh
30
shell: bash
31
- name: Compress with _just
32
uses: ./
.github/workflows/test.yml
@@ -27,11 +27,11 @@ jobs:
- uses: actions/setup-node@v4
- name: Commit
uses: cpina/github-action-push-to-another-repository@main
+ env:
+ API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
33
source-directory: "website"
34
destination-github-username: js-just
35
destination-repository-name: test
36
user-email: "[email protected]"
- target-branch: main
- env:
37
- API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
+ target-branch: main
0 commit comments