Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86445ab

Browse filesBrowse files
authored
CI Fix origin/master -> origin/main in check-changelog
1 parent f2943c6 commit 86445ab
Copy full SHA for 86445ab

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/check-changelog.yml

Copy file name to clipboardExpand all lines: .github/workflows/check-changelog.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Check the changelog
2121
run: |
2222
set -xe
23-
changed_files=$(git diff --name-only origin/master)
23+
changed_files=$(git diff --name-only origin/main)
2424
# Changelog should be updated only if tests have been modified
2525
if [[ ! "$changed_files" =~ tests ]]
2626
then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.