Skip to content

Commit

Permalink
Update Changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kille135 authored Mar 28, 2024
1 parent bcff82b commit d128529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Validate Pull Request Title
run: |
Expand All @@ -22,6 +22,8 @@ jobs:
echo "::error::Pull request title does not match the required format."
exit 1
fi
- name: Checkout PR Branch
run: git checkout ${{ github.event.pull_request.head.ref }}

- name: Update Changelog
if: success()
Expand Down

0 comments on commit d128529

Please sign in to comment.