We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945643a commit e8365f8Copy full SHA for e8365f8
1 file changed
.github/workflows/update-github-config.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
18
- ref: develop
+ ref: master
19
20
- name: Checkout github-config
21
@@ -61,4 +61,4 @@ jobs:
61
62
title: "Updates github-config"
63
branch: automation/github-config/update
64
- base: develop
+ base: master
0 commit comments