Skip to content

Commit

Permalink
dont set msg env [breaking]
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 3, 2024
1 parent 84d8e92 commit 8d7b8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo LAST_COMMIT_MSG=${{github.event.head_commit.message}} >> ${GITHUB_ENV}
echo LAST_COMMIT_MSG: ${{env.LAST_COMMIT_MSG}}
echo contains breaking: ${{contains(env.LAST_COMMIT_MSG, '[breaking]')}}
echo "COMMIT_BREAKING=${{contains(env.LAST_COMMIT_MSG, '[breaking]')}}" >> ${GITHUB_ENV}
echo "COMMIT_BREAKING=${{contains(github.event.head_commit.message, '[breaking]')}}" >> ${GITHUB_ENV}
echo github.head_ref: ${{ github.head_ref }}
echo ${{contains(github.head_ref, 'breaking-')}}
Expand Down

0 comments on commit 8d7b8d8

Please sign in to comment.