Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kille135 authored Apr 1, 2024
1 parent cbfd010 commit c979e6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Get PR Branch Name
id: pr_branch
run: echo "::set-output name=PR_BRANCH::${GITHUB_REF#refs/heads/}"


- name: Validate Pull Request Title
run: |
Expand Down

0 comments on commit c979e6c

Please sign in to comment.