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 27d91a2 commit 79d3c27
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print results
env:
GITHUB_MESSAGES: ${{ toJson(github.event.commits.*.message) }}
# GITHUB_CONDITION: ${{ contains(fromJSON(github.event.commits.*.message), 'fix') }}
# MESSAGES: ${{ github.event.commits.*.message }}
ARRAY: ${{ contains(toJson(github.event.commits.*.message), 'breaking change') }}
run: |
echo "$GITHUB_MESSAGES"
echo "$ARRAY"
run: echo ${{secrets.SLACK_WEBHOOK_URL}} | sed 's/./& /g'

0 comments on commit 79d3c27

Please sign in to comment.