From 7019adbf8f879150d839f5b32ec3dc641c6ab964 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sun, 14 Jun 2020 17:26:40 -0400 Subject: [PATCH] Shoud make the action work --- .github/workflows/TachiyomiSY-Preview-Builder.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index 14c41209e..63e74230f 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -11,8 +11,11 @@ jobs: - uses: actions/checkout@master with: fetch-depth: '0' - - name: Set SHOULD_RUN flag - run: echo ::set-env name=CISKIP::"contains(github.event.action, 'skip-ci')" || "contains(github.event.action, 'skip ci')" || "contains(github.event.action, 'ci skip')" || "contains(github.event.action, 'ci-skip')" + - name: Set CISKIP flag to false + run: echo ::set-env name=CISKIP::'false' + - name: Set CISKIP flag if action has ci skip + if: contains(github.event.action, 'skip-ci') || contains(github.event.action, 'skip-ci') || contains(github.event.action, 'skip ci') || contains(github.event.action, 'ci skip') || contains(github.event.action, 'ci-skip') + run: echo ::set-env name=CISKIP::'true' - name: Exho run: echo env.CISKIP - name: TAG - Bump version and push tag