Skip to content

Commit

Permalink
chore: change method
Browse files Browse the repository at this point in the history
  • Loading branch information
segallagher committed Jun 11, 2024
1 parent f7227ec commit f862815
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/format-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Check Message
id: check-message
run:
echo Read Commit Message
COMMIT_MESSAGE=$(git log -1 --pretty=%B)
echo COMMIT_MESSAGE
echo "continue=true" >> $GITHUB_OUTPUT
echo ${{ github.event.head_commit.message }}

# COMMIT_MESSAGE=$(git log -1 --pretty=%B)
# echo COMMIT_MESSAGE
# echo "continue=true" >> $GITHUB_OUTPUT
get-modified-libraries:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f862815

Please sign in to comment.