Skip to content

Commit

Permalink
[CHANGE] test
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit authored Jan 21, 2025
1 parent 767649a commit de6f4c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add-to-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
if: contains(github.event.head_commit.message, '[CHANGE]')
uses: actions/checkout@v4
with:
fetch-depth: 1000
fetch-tags: true
- name: Append file
if: contains(github.event.head_commit.message, '[CHANGE]')
uses: DamianReeves/write-file-action@master
with:
path: changelog-1.21.txt
Expand All @@ -22,6 +22,7 @@ jobs:
- name: Commit & Push
uses: Andro999b/push@v1.3
with:
if: contains(github.event.head_commit.message, '[CHANGE]')
github_token: ${{ secrets.GIT_TOKEN}}
branch: ${{ github.ref }}
force: true

0 comments on commit de6f4c1

Please sign in to comment.