Skip to content

Commit 9a70d39

Browse files
FIX workflow
1 parent f550d67 commit 9a70d39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414
with:
15-
ref: master
15+
ref: main
1616

1717
- name: Update Changelog
1818
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
2323
- name: Commit updated CHANGELOG
2424
uses: stefanzweifel/git-auto-commit-action@v4
2525
with:
26-
branch: master
26+
branch: main
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Laravel Legal Consent
44

55
[![Latest Version on Packagist](https://img.shields.io/packagist/v/maize-tech/laravel-legal-consent.svg?style=flat-square)](https://packagist.org/packages/maize-tech/laravel-legal-consent)
6-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/maize-tech/laravel-legal-consent/run-tests?label=tests)](https://github.com/maize-tech/laravel-legal-consent/actions?query=workflow%3ATests+branch%3Amaster)
7-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/maize-tech/laravel-legal-consent/Check%20&%20fix%20styling?label=code%20style)](https://github.com/maize-tech/laravel-legal-consent/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
6+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/maize-tech/laravel-legal-consent/run-tests?label=tests)](https://github.com/maize-tech/laravel-legal-consent/actions?query=workflow%3ATests+branch%3Amain)
7+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/maize-tech/laravel-legal-consent/Check%20&%20fix%20styling?label=code%20style)](https://github.com/maize-tech/laravel-legal-consent/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
88
[![Total Downloads](https://img.shields.io/packagist/dt/maize-tech/laravel-legal-consent.svg?style=flat-square)](https://packagist.org/packages/maize-tech/laravel-legal-consent)
99

1010
Easily integrate legal documents (like privacy policies, terms of use, etc.) to your application.

0 commit comments

Comments
 (0)