Skip to content

Commit

Permalink
fix_: dont stop job step
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Aug 27, 2024
1 parent dfe38bd commit 0a5065f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Check commit message
id: check_commit_message
run: |
set +e
echo "GITHUB_BASE_REF: ${GITHUB_BASE_REF}"
echo "GITHUB_HEAD_REF: ${GITHUB_HEAD_REF}"
git fetch --tags --quiet
Expand Down

0 comments on commit 0a5065f

Please sign in to comment.