Skip to content

Commit fdad447

Browse files
authored
Merge pull request #32 from lara-zeus/filament-4-stable
support filament 4
2 parents aa09662 + bf41f45 commit fdad447

5 files changed

Lines changed: 940 additions & 938 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
with:
15-
ref: 1.x
15+
ref: 2.x
1616

1717
- name: Update Changelog
1818
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
2323
- name: Commit updated CHANGELOG
2424
uses: stefanzweifel/git-auto-commit-action@v5
2525
with:
26-
branch: 1.x
26+
branch: 2.x
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)