Skip to content

Commit

Permalink
chore: 🤖 test [make apple]
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Jan 22, 2024
1 parent 8c197e0 commit f57cf0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
access_token: ${{ github.token }}

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Extract Commit Message
id: commit-message
run: echo "::set-output name=message::$(git log --format=%B -n 1 ${{ github.event.pull_request.head.sha }})"
run: |
echo "message=$(git log --format=%B -n 1 ${{ github.event.pull_request.head.sha }})" >> $GITHUB_ENV
- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit f57cf0e

Please sign in to comment.