We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5274a58 commit c0be343Copy full SHA for c0be343
.github/workflows/build-in-container.yml
@@ -12,4 +12,4 @@ jobs:
12
image_tags: rails-cicd-pipelines
13
run_command: |
14
docker run rails-cicd-pipelines \
15
- npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
+ git log --oneline
0 commit comments