mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
chore(fieldmate): Trigger rebuild from new fieldmate release (#1)
This commit is contained in:
parent
a4b9b202de
commit
2e0b19a98d
2 changed files with 4 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
init
|
||||
1750971957
|
||||
|
|
|
|||
3
.github/workflows/auto-merge-fieldmate.yml
vendored
3
.github/workflows/auto-merge-fieldmate.yml
vendored
|
|
@ -15,6 +15,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Enable auto-merge or fallback merge
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue