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
2c6cb26747
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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Enable auto-merge or fallback merge
|
- name: Enable auto-merge or fallback merge
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
|
GH_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue