Testing persistent variable.

This commit is contained in:
fewtarius 2022-04-12 19:05:05 -04:00
parent 2a8170a924
commit f2cf7cc1ec
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -45,7 +45,7 @@ jobs:
- name: changes
id: changes
run: |
release_notes="$(git log ${LASTCOMMIT}..HEAD --pretty=format:"* %h: %s")"
release_notes="$(git log ${{ env.LASTCOMMIT }}..HEAD --pretty=format:"* %h: %s")"
echo "::set-output name=changes::$(echo ${release_notes} | wc -l)"
echo "::set-output name=release_notes::${release_notes}"
continue-on-error: true