Skip to content

Commit

Permalink
fix(d): d
Browse files Browse the repository at this point in the history
d
  • Loading branch information
masoudmanson committed Sep 1, 2023
1 parent d227846 commit fe90de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GITHUB_MESSAGES: ${{ toJson(github.event.commits.*.message) }}
# GITHUB_CONDITION: ${{ contains(fromJSON(github.event.commits.*.message), 'fix') }}
# MESSAGES: ${{ github.event.commits.*.message }}
ARRAY: ${{ github.event.commits.*.message }}
ARRAY: ${{ contains(toJson(github.event.commits.*.message), 'fix') }}
run: |
echo "$GITHUB_MESSAGES"
echo "$ARRAY"

0 comments on commit fe90de9

Please sign in to comment.