We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b033c3 commit 37689d2Copy full SHA for 37689d2
.github/workflows/draft-release.yml
@@ -3,7 +3,7 @@ name: Draft release
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
- 'releases/*'
8
9
jobs:
.github/workflows/update-changelog.yml
@@ -12,10 +12,10 @@ jobs:
12
contents: write
13
14
steps:
15
- - name: Checkout code
+ - name: Clone repository
16
uses: actions/checkout@v5
17
with:
18
- ref: master
+ ref: main
19
token: ${{ secrets.TOKEN_GITHUB }}
20
21
- name: Update changelog
@@ -27,6 +27,6 @@ jobs:
27
- name: Commit changelog
28
uses: stefanzweifel/git-auto-commit-action@v6
29
30
- branch: master
+ branch: main
31
commit_message: "chore: update CHANGELOG.md"
32
file_pattern: CHANGELOG.md
0 commit comments