Skip to content

Action-Test - [🚀 [Feature]: Add options to use PR title and body as release title and body #79] by @MariusStorhaug #176

Action-Test - [🚀 [Feature]: Add options to use PR title and body as release title and body #79] by @MariusStorhaug

Action-Test - [🚀 [Feature]: Add options to use PR title and body as release title and body #79] by @MariusStorhaug #176

Workflow file for this run

name: Action-Test
run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
ActionTestDefault:
name: Action-Test - [Default]
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Action-Test
uses: ./
with:
WhatIf: true