Skip to content

Commit

Permalink
Fix master commit msg (#34)
Browse files Browse the repository at this point in the history
* fix: master commit message

* test: commit message

* fix: checkout the repo
  • Loading branch information
darrenvechain authored May 16, 2024
1 parent 4463cea commit 026b663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-master-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
if: always() && (needs.publish-docker-image.result != 'success' || needs.run-unit-tests.result != 'success' || needs.lint.result != 'success' || needs.run-e2e-tests.result != 'success' || needs.license-check.result != 'success')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Get the commit message
id: commit_message
# This is a workaround to get the first line of the commit message. Passing the entire message can cause the payload (JSON) to be invalid.
Expand Down

0 comments on commit 026b663

Please sign in to comment.