Skip to content

Commit e8365f8

Browse files
authored
Change base and ref branches to master
Change base and ref branches to master
1 parent 945643a commit e8365f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-github-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
18-
ref: develop
18+
ref: master
1919

2020
- name: Checkout github-config
2121
uses: actions/checkout@v4
@@ -61,4 +61,4 @@ jobs:
6161
token: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
6262
title: "Updates github-config"
6363
branch: automation/github-config/update
64-
base: develop
64+
base: master

0 commit comments

Comments
 (0)