mirror of
https://github.com/creyD/changelog_action.git
synced 2026-04-12 20:20:30 +02:00
20 lines
434 B
YAML
20 lines
434 B
YAML
name: Changelog Action
|
|
description: Automatically creates a changelog for Pull Requests
|
|
|
|
author: Conrad Großer <grosserconrad@gmail.com>
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Prettify code!
|
|
shell: bash
|
|
run: >-
|
|
${{ github.action_path }}/entrypoint.sh
|
|
env:
|
|
INPUT_HEAD_REF: ${{ github.head_ref }}
|
|
INPUT_BASE_REF: ${{ github.base_ref }}
|
|
|
|
branding:
|
|
icon: "activity"
|
|
color: "green"
|