diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 386d116..97807ce 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -6,7 +6,7 @@ on: jobs: ci_release: - uses: dsi-hug/actions/.github/workflows/action.yml@v2 + uses: badisi/actions/.github/workflows/action.yml@v1 secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} with: diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 200d04e..5ebc7d7 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: push: branches: - - '**' + - "**" tags-ignore: - - '**' + - "**" concurrency: group: run-tests-group-${{ github.ref }} @@ -14,8 +14,8 @@ concurrency: jobs: ci_tests: - uses: dsi-hug/actions/.github/workflows/action.yml@v2 + uses: badisi/actions/.github/workflows/action.yml@v1 with: runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]' - node-versions: '[18, 20]' + node-versions: "[18, 20]" test: true