Skip to content

Commit

Permalink
test persist env [breaking]
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 4, 2024
1 parent 5a828e2 commit 77478f2
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: |
LAST_COMMIT=$(git log $GITHUB_SHA --pretty=%B) echo LAST_COMMIT=$LAST_COMMIT >> ${GITHUB_ENV}
export LAST_COMMIT=$(git log $GITHUB_SHA --pretty=%B)
echo LAST_COMMIT=$LAST_COMMIT >> ${GITHUB_ENV}
echo "LAST_COMMIT_MSG=${{github.event.head_commit.message}}" >> ${GITHUB_ENV}
echo "COMMIT_BREAKING=${{contains(github.event.head_commit.message, '[breaking]')}}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 77478f2

Please sign in to comment.