diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d14048..9621de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ on: jobs: test: + outputs: + IS_RELEASE_COMMIT: ${{ steps.commit.outputs.IS_RELEASE_COMMIT }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/src/core.ts b/src/core.ts index 7c77315..6b1cb74 100644 --- a/src/core.ts +++ b/src/core.ts @@ -4,7 +4,7 @@ export const EFFECTS = { underline: '\x1b[4m', blink: '\x1b[5m', conceal: '\x1b[8m', -}; +}; export const COLORS = { black: '\x1b[30m',