From cc61b893baea3af0f90e8345c8534cb689ce2eda Mon Sep 17 00:00:00 2001 From: Masoud Amjadi Date: Fri, 1 Sep 2023 01:51:55 -0400 Subject: [PATCH] fix(debug): debug --- .github/workflows/debug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5ea74852a..0aff73dc9 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -9,10 +9,10 @@ jobs: steps: - name: Print results env: - GITHUB_MESSAGES: ${{ toJson(github.event.commits.*.message) }} - GITHUB_CONDITION: ${{ contains(fromJson(github.event.commits.*.message), 'fix') }} + # GITHUB_MESSAGES: ${{ toJson(github.event.commits.*.message) }} + # GITHUB_CONDITION: ${{ contains(fromJSON(github.event.commits.*.message), 'fix') }} ARRAY: ${{ fromJSON(github.event.commits.*.message) }} + ARRAY_2: ${{ fromJSON('["push", "pull"]') }} run: | - # echo "$GITHUB_MESSAGES" - # echo "$GITHUB_CONDITION" echo "$ARRAY" + echo "$ARRAY_2"