Skip to content

Commit

Permalink
fix(debug): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 1, 2023
1 parent 781cee1 commit cc61b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit cc61b89

Please sign in to comment.