mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 02:12:27 +01:00
ci(ci): Log push event
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -22,6 +22,15 @@ jobs:
|
||||
cache: 'pnpm'
|
||||
node-version-file: 'package.json'
|
||||
|
||||
- name: Log head message
|
||||
run: echo "${{ github.event.head_commit.message }}"
|
||||
|
||||
- name: Log push head message
|
||||
run: echo "${{ github.event.push.head_commit.message }}"
|
||||
|
||||
- name: Log github event
|
||||
run: echo "${{ toJson(github.event) }}"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user