Skip to content

Commit

Permalink
ci: check if I can print the commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ainnoot committed May 14, 2024
1 parent 0cd5851 commit a5c2a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
steps:
- name: Dump GitHub Context
env: { CONTENT: "${{ toJson(github) }}" }
run: "echo $CONTENT | jq"
run: |
"echo $CONTENT | jq"
"echo ${{ toJson(github.event) }} | jq"
lint_test_and_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a5c2a80

Please sign in to comment.