From 2c9487c6f48336b6dc7432b967a98e3c6c4fce27 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 8 Dec 2022 11:32:24 -0500 Subject: [PATCH] update instructions --- .github/workflows/regen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index f5fcce30b7..a4c91363b1 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -1,6 +1,8 @@ # Helper to run bin/regen.sh to regenerate civicrm_generated.mysql # 1. In your civicrm-core fork on github.com, click on the Actions tab. +# * If you don't see an Actions tab, you may need to enable Github Actions in your fork, under Settings - Actions - General. # 2. Click on Regen on the left. +# * If you don't see Regen on the left, the master branch of your fork may be outdated. In a recent git checkout of master run `git push my-fork master`, where "my-fork" is the remote alias of your fork (see output of `git remote -v`). # 3. On the right you'll see a dropdown "Run workflow". # 4. From the Branch field in the dropdown pick your branch. # 5. Optionally choose to have it add a commit with the new file to your branch at the end, otherwise it will give you the file to download. -- 2.25.1