Skip to content

fix(d): d

fix(d): d #8

Workflow file for this run

name: Debug Github Workflows
on:
push:
jobs:
debug:
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), 'fix') }}
run: |
echo "$GITHUB_MESSAGES"
echo "$ARRAY"