Skip to content

Commit d107930

Browse files
committed
docs: clarify limitations for updating dependencies on non-default branches
1 parent 1149fd2 commit d107930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

updater/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
api-token: ${{ secrets.CI_DEPLOY_KEY }}
8585

8686
# Update dependencies on a non-default branch (e.g., alpha, beta, or version branches)
87+
# Note: due to limitations in GitHub Actions' schedule trigger, this code needs to be pushed to the default branch.
8788
cocoa-v7:
8889
runs-on: ubuntu-latest
8990
steps:
@@ -155,4 +156,4 @@ If you're migrating from the v2 reusable workflow, see the [changelog migration
155156
Key changes:
156157
- Add `runs-on` to specify the runner
157158
- Move `secrets.api-token` to `with.api-token`
158-
- No need for explicit `actions/checkout` step (handled internally)
159+
- No need for explicit `actions/checkout` step (handled internally)

0 commit comments

Comments
 (0)