Skip to content

Commit

Permalink
sanity [breaking]
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 4, 2024
1 parent 1dbdc25 commit 88ff469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:

- name: upgrade - should be backwards compatible
run: |
export LAST_COMMIT=$(git log $GITHUB_SHA --pretty=%B)
# export LAST_COMMIT=$(git log $GITHUB_SHA --pretty=%B)
echo LAST_COMMIT=$(git log $GITHUB_SHA --pretty=%B) >> ${GITHUB_ENV}
echo "COMMIT_BREAKING_ALT=${{contains(env.LAST_COMMIT, '[breaking]')}}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 88ff469

Please sign in to comment.