Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Update README.md

Update README.md #21

Workflow file for this run

name: Create Release
on:
push:
branches:
- main
jobs:
releaseInfo:
name: Dump info
runs-on: ubuntu-latest
steps:
- uses: 8BitJonny/[email protected]
id: PR
- name: "check for release"
if: steps.PR.outputs.pr_found == 'true'
run: |
echo ${{ steps.PR.outputs.pr_labels }}
env:
prLabel: ${{ steps.PR.outputs.pr_labels }}