diff --git a/last_commit.txt b/last_commit.txt index e69de29bb2..359379d11f 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -0,0 +1,16 @@ +Repository: plone.rest + + +Branch: refs/heads/main +Date: 2023-09-22T10:12:37+02:00 +Author: Timo Stollenwerk (tisto) +Commit: https://github.com/plone/plone.rest/commit/f6d7bc858786fd99ed515e63d6703f1f1c866172 + +Fix CI badge in README. Update checkouts to use main instead of master + +Files changed: +M README.rst +M base.cfg + +b'diff --git a/README.rst b/README.rst\nindex 8578eb9..a47e4af 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -1,6 +1,6 @@\n-.. image:: https://github.com/plone/plone.rest/workflows/plone.rest%20CI/badge.svg\n+.. image:: https://github.com/plone/plone.rest/actions/workflows/tests.yml/badge.svg\n :alt: Github Actions Status\n- :target: https://github.com/plone/plone.rest/actions?query=workflow%3A%22plone.rest+CI%22\n+ :target: https://github.com/plone/plone.rest/actions/workflows/tests.yml\n \n .. image:: https://img.shields.io/coveralls/github/plone/plone.rest.svg\n :alt: Coveralls github\ndiff --git a/base.cfg b/base.cfg\nindex 10182f5..51763bc 100644\n--- a/base.cfg\n+++ b/base.cfg\n@@ -61,5 +61,5 @@ eggs =\n \n [sources]\n plone.dexterity = git git://github.com/plone/plone.dexterity.git pushurl=git@github.com:plone/plone.dexterity.git branch=plip-680\n-plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=master\n+plone.rest = git git://github.com/plone/plone.rest.git pushurl=git@github.com:plone/plone.rest.git branch=main\n Products.CMFPlone = git git://github.com/plone/Products.CMFPlone.git pushurl=git@github.com:plone/Products.CMFPlone.git branch=4.3.x-plip-680\n' +