Skip to content

Commit

Permalink
fixed the echo command used for de-bugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MinuraPunchihewa committed Jun 5, 2024
1 parent a206ceb commit ce32f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-mindsdb-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Debug event
run: echo ${{ toJson(github.event) }} # Output the entire event payload for debugging
run: echo "${{ toJson(github.event) }}"

- name: Set up Git
run: |
Expand Down

0 comments on commit ce32f48

Please sign in to comment.